diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx index eeb78be..8c2c79a 100644 --- a/src/routes/__root.tsx +++ b/src/routes/__root.tsx @@ -11,6 +11,7 @@ import { useEffect, type ReactNode } from "react"; import appCss from "../styles.css?url"; import { reportLovableError } from "../lib/lovable-error-reporting"; +import { Toaster } from "@/components/ui/sonner"; function NotFoundComponent() { return (