import { Links, LiveReload, Meta, Outlet, Scripts, ScrollRestoration } from "remix"; import type { MetaFunction } from "remix"; export const meta: MetaFunction = () => { return { title: "New Remix App" }; }; export default function App() { return (