import { Links, Meta, Outlet, Scripts, ScrollRestoration, } from "@remix-run/react" import React from "react" export function Layout({ children }: { children: React.ReactNode }) { return (