setup: Biome linter/formatter + Zustand + TanStack Query + RHF + Zod

This commit is contained in:
zetaloop
2026-02-20 12:11:00 +08:00
parent f24fb1704e
commit 1f87f4676e
10 changed files with 270 additions and 26 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import Image from "next/image";
import Image from "next/image"
export default function Home() {
return (
@@ -61,5 +61,5 @@ export default function Home() {
</div>
</main>
</div>
);
)
}