Initial English PK app

This commit is contained in:
2026-06-29 23:56:38 +08:00
commit a5de242d2c
41 changed files with 13169 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
"use client";
import { Toaster as Sonner } from "sonner";
export function Toaster() {
return <Sonner richColors closeButton position="top-right" />;
}