{children}
+ diff --git a/website/src/app/layout.tsx b/website/src/app/layout.tsx index e11c849..095714c 100644 --- a/website/src/app/layout.tsx +++ b/website/src/app/layout.tsx @@ -1,5 +1,8 @@ +import Header from '@/components/header'; import type { Metadata } from 'next'; import { JetBrains_Mono } from 'next/font/google'; +import { ToastContainer } from 'react-toastify'; +import 'react-toastify/dist/ReactToastify.css'; import './globals.css'; import { Providers } from './providers'; @@ -18,7 +21,13 @@ export default function RootLayout({ return (
-Landing page is coming soon...
++ Check{' '} + + report + {' '} + page. +
lhp
-