refactor: update imports in various components for consistency and remove unused imports

This commit is contained in:
2025-08-27 10:08:41 -06:00
parent 98d04ac088
commit 7d5db6bb2f
5 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,4 @@
import { Outlet, createRootRouteWithContext } from '@tanstack/react-router'
import { TanStackRouterDevtoolsPanel } from '@tanstack/react-router-devtools'
import { TanstackDevtools } from '@tanstack/react-devtools'
import type { SupabaseAuthState } from '@/auth/supabase'
import { ThemeProvider } from '@/components/theme-provider'