import {observer} from 'mobx-react-lite' const App = observer( (): JSX.Element => { return

{'Hello World!'}

} ) export default App