aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/dashboard/lists/components
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/app/dashboard/lists/components')
-rw-r--r--packages/web/app/dashboard/lists/components/AllListsView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/app/dashboard/lists/components/AllListsView.tsx b/packages/web/app/dashboard/lists/components/AllListsView.tsx
index d81f5fca..0e2f898b 100644
--- a/packages/web/app/dashboard/lists/components/AllListsView.tsx
+++ b/packages/web/app/dashboard/lists/components/AllListsView.tsx
@@ -2,7 +2,7 @@
import { Button } from "@/components/ui/button";
import { api } from "@/lib/trpc";
-import { ZBookmarkList } from "@/lib/types/api/lists";
+import { ZBookmarkList } from "@hoarder/trpc/types/lists";
import { keepPreviousData } from "@tanstack/react-query";
import { Plus } from "lucide-react";
import Link from "next/link";