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 />;
}
+2 -2
View File
@@ -625,7 +625,7 @@ function LutEffect() {
}
export default function SealHome() {
return (
return (
<>
<Loader />
<Canvas
@@ -681,4 +681,4 @@ export default function SealHome() {
</Canvas>
</>
);
}
}