From 23b560f45fd6dc1f3683513e5ef6ddbcc0f8f622 Mon Sep 17 00:00:00 2001 From: Klaas Reineke Date: Mon, 25 Mar 2024 18:21:14 +0100 Subject: [PATCH] Fixed manual merge removed import --- app/components/home.tsx | 1 - 1 file changed, 1 deletion(-) 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";