diff --git a/app/components/home.tsx b/app/components/home.tsx index b2dd93bbd..82b6f4817 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -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 }) {