Update home.tsx

This commit is contained in:
Klaas Reineke 2024-03-25 18:08:43 +01:00
parent f1526ebf65
commit 7c3ac051ef

View File

@ -28,9 +28,7 @@ import { getClientConfig } from "../config/client";
import { useAccessStore } from "../store";
import { useAppConfig } from "../store/config";
import { AuthPage } from "./auth";
import { getClientConfig } from "../config/client";
import { ClientApi } from "../client/api";
import { useAccessStore } from "../store";
import { SideBar } from "./sidebar";
export function Loading(props: { noLogo?: boolean }) {