feat: init

This commit is contained in:
2024-08-06 16:14:45 +08:00
parent e9a475f2de
commit 511de1c9ae
22 changed files with 5868 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import {Button} from "@/components/ui/button";
export default function About() {
return (
<main className="flex min-h-screen flex-col items-center justify-between p-24">
<Button>startUp</Button>
</main>
);
}