diff --git a/app/components/home.tsx b/app/components/home.tsx index 82b6f4817..342bfb265 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -23,7 +23,6 @@ import { Routes, useLocation, } from "react-router-dom"; -import { api } from "../client/api"; import { getClientConfig } from "../config/client"; import { useAccessStore } from "../store"; import { useAppConfig } from "../store/config";