diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index 5a8e5d35..95fb3b88 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -2,6 +2,7 @@ import type { Metadata } from 'next'; import Footer from '~/app/footer'; import Header from '~/app/header'; +import { Toaster } from '~/components/ui'; import { cn } from '~/lib/utils'; import '~/styles/globals.css'; @@ -38,6 +39,7 @@ export default function RootLayout({
{children}