import type { Metadata } from "next"; import { Toaster } from "react-hot-toast"; import "./globals.css"; export const metadata: Metadata = { title: "Smart Attendance System", description: "AI-powered multi-layered smart attendance verification dashboard", }; export default function RootLayout({ children }: { children: React.ReactNode }): React.ReactElement { return (