Initial commit

This commit is contained in:
2026-03-30 19:59:31 +08:00
commit c552dabbdd
72 changed files with 4471 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
export function ErrorComponent() {
return <div>An unhandled error happened!</div>
}