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