{message}
{details}
{stack && (
{stack}
)}
import { Links, Meta, Outlet, Scripts, ScrollRestoration, isRouteErrorResponse, } from "react-router" import type { Route } from "./+types/root" import "./app.css" import { ToastProvider } from "@crema/notification-ui" import { CommandBusProvider } from "@crema/action-bus" // CREMA:PROVIDERS-IMPORTS export function Layout({ children }: { children: React.ReactNode }) { return (
{details}
{stack && (
{stack}
)}