使用shadcn重构

This commit is contained in:
2025-04-24 19:37:31 +08:00
parent a55726c724
commit c99b76e7a9
9 changed files with 3863 additions and 5883 deletions

View File

@@ -1,11 +1,7 @@
"use client";
import { useState } from "react";
export default function Home() {
const [nums, setNum] = useState({ num: 0 });
return (
<div>
Home
</div>
);
}