Updated title functions on pages

This commit is contained in:
Alexis
2024-08-26 22:07:05 +02:00
parent 3f201b90e3
commit ebc715a3a6
4 changed files with 34 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ export interface Calendar extends CalendarConfig {
id?: number
name: string
events: CalendarEvent[]
color?: string,
color?: string
}
export const postCalendarSchema = z.object({