{message}
{details}
{stack && (
{stack}
)}
import { isRouteErrorResponse, Links, Meta, Outlet, Scripts, ScrollRestoration } from 'react-router'; import type { Route } from './+types/root'; import './app.css'; import { Theme } from '@radix-ui/themes'; export const links: Route.LinksFunction = () => []; export function Layout({ children }: { children: React.ReactNode }) { return (
{details}
{stack && (
{stack}
)}