diff --git a/src/App.tsx b/src/App.tsx index 36fc7a1..a6b936d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,8 +5,8 @@ import { ReactQueryDevtools } from "@tanstack/react-query-devtools"; import ErrorBoundary from "@/components/ErrorBoundary"; import { Toaster } from "@/components/ui/toaster"; -import { AlertDialogProvider } from "./components/ui/alert-dialog-provider"; import { TooltipProvider } from "@/components/ui/tooltip"; +import { AlertDialogProvider } from "./components/ui/alert-dialog-provider"; const queryClient = new QueryClient({ defaultOptions: { @@ -26,7 +26,7 @@ function App() { - +