From 63e75cd99b1e8ca461e58335f37910b0430c8026 Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:45:42 +0200 Subject: [PATCH] `useAccessStore` is defined multiple times --- app/components/home.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/home.tsx b/app/components/home.tsx index c91e1749b..e9f16ebad 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -24,7 +24,6 @@ import { useLocation, } from "react-router-dom"; import { getClientConfig } from "../config/client"; -import { useAccessStore } from "../store"; import { useAppConfig } from "../store/config"; import { AuthPage } from "./auth"; import { ClientApi } from "../client/api";