import { Links, Meta, Outlet, Scripts, ScrollRestoration, } from "@remix-run/react"; import './root.css'; export function Layout({ children }) { return (