diff --git a/src/App.tsx b/src/App.tsx index 6350ef2..cc3497d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,12 +2,15 @@ import { RouterProvider } from '@tanstack/react-router' import { router } from './router' import { Toaster } from '@/components/ui/toaster' import { AuthProvider } from '@/auth/AuthContext' +import { TooltipProvider } from '@/components/ui/tooltip' export function App() { return ( - - + + + + ) }