import AllListsView from "@/components/dashboard/lists/AllListsView"; import { Separator } from "@/components/ui/separator"; import { api } from "@/server/api/client"; export default async function ListsPage() { const lists = await api.lists.list(); return (
📋 All Lists