chore: remove unused imports

This commit is contained in:
2025-10-03 20:40:23 +00:00
parent 022f3c4726
commit 1d8a117b93
15 changed files with 326 additions and 330 deletions

View File

@@ -1,5 +1,4 @@
import { createFileRoute, Outlet } from "@tanstack/react-router"
import { useQuery as useConvexQuery } from "convex/react"
import { SidebarInset, SidebarProvider } from "@/components/ui/sidebar"
import { Toaster } from "@/components/ui/sonner"
import { DashboardSidebar } from "@/dashboard/dashboard-sidebar"