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