import type { ReactNode } from "react"; import { Outlet } from "../client.js"; const MapRootLayout = ( <> ) as ReactNode; export default MapRootLayout;