export default "TEST STRING"; import {useState} from "react"; export const app =()=> { const [stateGet, stateSet] = useState(7) return

lolidk

; }