fix: the error boundary shouldn't have <html>
This commit is contained in:
parent
ed9cc23020
commit
b8498a9db3
2 changed files with 26 additions and 37 deletions
|
|
@ -53,7 +53,6 @@ export default function Layout() {
|
|||
<main className='container mx-auto overscroll-contain'>
|
||||
<Outlet/>
|
||||
</main>
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue