remove evorfliew

This commit is contained in:
NCanggoro 2023-09-20 21:26:39 +07:00
parent e454c00847
commit ae26e4f282

View File

@ -5,7 +5,7 @@ function DefaultLayout() {
return (
<>
<Header />
<main style={{ overflow: 'hidden' }}>
<main>
<Outlet />
</main>
<Footer />