style: run format:apply

This commit is contained in:
neru
2026-01-03 07:21:10 -03:00
parent 31ca429ed9
commit ac0eea917e
2 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -4,7 +4,5 @@ import './page.css';
import SealHome from './pages/seal';
export default function Home() {
return (
<SealHome />
)
return <SealHome />;
}