aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/app/dashboard')
-rw-r--r--apps/web/app/dashboard/layout.tsx2
-rw-r--r--apps/web/app/dashboard/lists/[listId]/page.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/app/dashboard/layout.tsx b/apps/web/app/dashboard/layout.tsx
index 272979f3..45b97653 100644
--- a/apps/web/app/dashboard/layout.tsx
+++ b/apps/web/app/dashboard/layout.tsx
@@ -16,7 +16,7 @@ import {
Tag,
} from "lucide-react";
-import serverConfig from "@hoarder/shared/config";
+import serverConfig from "@karakeep/shared/config";
export default async function Dashboard({
children,
diff --git a/apps/web/app/dashboard/lists/[listId]/page.tsx b/apps/web/app/dashboard/lists/[listId]/page.tsx
index 159730a1..6c0bc36c 100644
--- a/apps/web/app/dashboard/lists/[listId]/page.tsx
+++ b/apps/web/app/dashboard/lists/[listId]/page.tsx
@@ -4,7 +4,7 @@ import ListHeader from "@/components/dashboard/lists/ListHeader";
import { api } from "@/server/api/client";
import { TRPCError } from "@trpc/server";
-import { BookmarkListContextProvider } from "@hoarder/shared-react/hooks/bookmark-list-context";
+import { BookmarkListContextProvider } from "@karakeep/shared-react/hooks/bookmark-list-context";
export default async function ListPage({
params,