import { Outlet } from '@solidjs/router'; import AdminShell from '~/components/AdminShell'; export default function AdminLayout() { return ( ); }