aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/lists/new.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/app/dashboard/lists/new.tsx')
-rw-r--r--apps/mobile/app/dashboard/lists/new.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/app/dashboard/lists/new.tsx b/apps/mobile/app/dashboard/lists/new.tsx
index 998638aa..2cd690f5 100644
--- a/apps/mobile/app/dashboard/lists/new.tsx
+++ b/apps/mobile/app/dashboard/lists/new.tsx
@@ -6,7 +6,7 @@ import CustomSafeAreaView from "@/components/ui/CustomSafeAreaView";
import { Input } from "@/components/ui/Input";
import { useToast } from "@/components/ui/Toast";
-import { useCreateBookmarkList } from "@hoarder/shared-react/hooks/lists";
+import { useCreateBookmarkList } from "@karakeep/shared-react/hooks/lists";
const NewListPage = () => {
const dismiss = () => {