style: unwrap obj

This commit is contained in:
neru
2026-01-03 07:20:33 -03:00
parent deaafc9e22
commit 31ca429ed9
-2
View File
@@ -5,8 +5,6 @@ import SealHome from './pages/seal';
export default function Home() { export default function Home() {
return ( return (
<>
<SealHome /> <SealHome />
</>
) )
} }