import { h, FunctionalComponent } from "preact"; import { PageStateProvider } from "../context/pageState.js"; import { TranslationProvider } from "../context/translation.js"; import { Routing } from "../pages/Routing.js"; const App: FunctionalComponent = () => { return ( ); }; export default App;