aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/shared/sidebar/Sidebar.tsx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--apps/web/components/shared/sidebar/Sidebar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/shared/sidebar/Sidebar.tsx b/apps/web/components/shared/sidebar/Sidebar.tsx
index 7ddb5c1e..8bd52e1f 100644
--- a/apps/web/components/shared/sidebar/Sidebar.tsx
+++ b/apps/web/components/shared/sidebar/Sidebar.tsx
@@ -2,7 +2,7 @@ import Link from "next/link";
import { useTranslation } from "@/lib/i18n/server";
import { TFunction } from "i18next";
-import serverConfig from "@hoarder/shared/config";
+import serverConfig from "@karakeep/shared/config";
import SidebarItem from "./SidebarItem";
import { TSidebarItem } from "./TSidebarItem";