aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/highlights/AllHighlights.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/dashboard/highlights/AllHighlights.tsx')
-rw-r--r--apps/web/components/dashboard/highlights/AllHighlights.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/highlights/AllHighlights.tsx b/apps/web/components/dashboard/highlights/AllHighlights.tsx
index cbf351de..9f39a471 100644
--- a/apps/web/components/dashboard/highlights/AllHighlights.tsx
+++ b/apps/web/components/dashboard/highlights/AllHighlights.tsx
@@ -15,7 +15,7 @@ import { useInView } from "react-intersection-observer";
import {
ZGetAllHighlightsResponse,
ZHighlight,
-} from "@hoarder/shared/types/highlights";
+} from "@karakeep/shared/types/highlights";
import HighlightCard from "./HighlightCard";