import React from "react"; function App(){ const [countGet, countSet] = React.useState(2); return <>
test paragraph
other app component