diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx index ed8366d..74c8f8a 100644 --- a/src/routes/__root.tsx +++ b/src/routes/__root.tsx @@ -1,16 +1,15 @@ -import { Outlet, createRootRoute, HeadContent, Scripts, Link } from "@tanstack/react-router"; -import { Toaster } from "@/components/ui/sonner"; -import { AuthProvider } from "@/lib/auth"; +import { Outlet, Link, createRootRoute, HeadContent, Scripts } from "@tanstack/react-router"; + import appCss from "../styles.css?url"; function NotFoundComponent() { return (
- The page you're looking for doesn't exist. + The page you're looking for doesn't exist or has been moved.