import React, { useState } from '../../lib/teact/teact'; export function App() { const [stateValue, setStateValue] = useState(false); return (