wip: migrate frontend to new backend
This commit is contained in:
@@ -19,11 +19,11 @@ export default function App() {
|
||||
<I18nextProvider i18n={i18n} defaultNS={"translation"}>
|
||||
<QueryClientProvider client={queryClient}>
|
||||
<Toaster position="top-center" theme="system" closeButton />
|
||||
<StorageProvider>
|
||||
<ArkProvider>
|
||||
<ArkProvider>
|
||||
<StorageProvider>
|
||||
<Router />
|
||||
</ArkProvider>
|
||||
</StorageProvider>
|
||||
</StorageProvider>
|
||||
</ArkProvider>
|
||||
</QueryClientProvider>
|
||||
</I18nextProvider>
|
||||
);
|
||||
|
||||
@@ -3,7 +3,7 @@ import { Timeline } from "@columns/timeline";
|
||||
export function HomeScreen() {
|
||||
return (
|
||||
<div className="relative w-full h-full">
|
||||
<Timeline column={{ id: 1, kind: 1, title: "", content: "" }} />
|
||||
<Timeline column={{ id: 1, title: "", content: "" }} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user