Added tabs to form

This commit is contained in:
Alexis
2024-06-24 18:01:39 +02:00
parent 008ec4fcef
commit 12bf5139da
10 changed files with 444 additions and 49 deletions

View File

@@ -2,7 +2,7 @@ import { z } from "zod"
export interface RPGDate {
day: number
month: number
month: number | string
year: number
}