import { h, FunctionalComponent } from 'preact'; const App: FunctionalComponent = () => { return (

Hello World!

); }; export default App;