diff options
Diffstat (limited to 'packages/web/app/dashboard/lists/page.tsx')
| -rw-r--r-- | packages/web/app/dashboard/lists/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/app/dashboard/lists/page.tsx b/packages/web/app/dashboard/lists/page.tsx index 62e328b0..88eeda47 100644 --- a/packages/web/app/dashboard/lists/page.tsx +++ b/packages/web/app/dashboard/lists/page.tsx @@ -1,5 +1,5 @@ import { api } from "@/server/api/client"; -import AllListsView from "./components/AllListsView"; +import AllListsView from "@/components/dashboard/lists/AllListsView"; export default async function ListsPage() { const lists = await api.lists.list(); |
