This commit is contained in:
bipproduction
2025-10-12 21:49:54 +08:00
parent 86d5b435f7
commit 9850fab34d
44 changed files with 8533 additions and 2108 deletions

View File

@@ -1,9 +1,7 @@
export default function Home() {
return (
<div>
<h1>Home</h1>
</div>
);
return (
<div>
<h1>Home</h1>
</div>
);
}