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 ( Echoes ); } export default function App() { return ; }