fix: the error boundary shouldn't have <html>

This commit is contained in:
Aarnav Tale 2024-03-26 09:08:34 -04:00
parent ed9cc23020
commit b8498a9db3
No known key found for this signature in database
2 changed files with 26 additions and 37 deletions

View file

@ -53,7 +53,6 @@ export default function Layout() {
<main className='container mx-auto overscroll-contain'>
<Outlet/>
</main>
</>
)
}