import { ErrorBoundary, Suspense } from 'solid-js'; import { RouterView } from '~/lib/navigation/router'; import ErrorPage from './views/_error'; const Shell = () => { return (