import { Links, Meta, Outlet, Scripts, ScrollRestoration, } from "@remix-run/react"; import { NotificationProvider } from "hooks/Notification"; import { Theme } from "@radix-ui/themes"; import { ThemeScript } from "hooks/ThemeMode"; import "~/index.css"; export function Layout() { return (