Refactored the store system

This commit is contained in:
Alexis
2024-08-20 09:15:05 +02:00
parent 7244120219
commit e978acfc71
26 changed files with 446 additions and 240 deletions

View File

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