update items

This commit is contained in:
2025-12-26 11:19:14 -03:00
parent e7aa6a6694
commit 3cdded360f
11 changed files with 392 additions and 26 deletions

View File

@@ -43,6 +43,8 @@ export const formSchema = z.object({
export type Schema = z.infer<typeof formSchema>
export type Enrollment = z.infer<typeof enrollment>
export type User = {
id: string
name: string