This commit is contained in:
2026-01-17 01:32:08 +08:00
commit 7706fb2ab2
17 changed files with 1591 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export function NotFound() {
return <div>Not Found</div>
}