refactor Student and Teacher create/edit forms to implement i18n support, update UI components, and standardize API calls
```
This commit is contained in:
louiscklaw
2025-05-15 11:35:29 +08:00
parent 097918340c
commit 7e2844dd74
19 changed files with 289 additions and 158 deletions

View File

@@ -1,3 +1,7 @@
// src/lib/helloworld.ts
// RULES:
// T.B.A.
//
export function helloworld(): string {
return 'Helloworld';
}