chore: format frontend with prettier

This commit is contained in:
forgejo-bot
2026-05-06 18:00:11 +00:00
parent 6fb9fadd11
commit 703e429e5c
17 changed files with 464 additions and 480 deletions
+5 -5
View File
@@ -4,11 +4,11 @@ import Layout from "./components/Layout";
import Home from "./pages/Home";
function App() {
return (
<Layout>
<Home />
</Layout>
);
return (
<Layout>
<Home />
</Layout>
);
}
export default App;