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