Minor change

This commit is contained in:
2025-01-01 04:48:57 +01:00
parent 1c2e642fe3
commit 540425ca44
7 changed files with 21 additions and 17 deletions

View File

@ -274,4 +274,4 @@ export type WeatherState = {
export type zoneLoadData = {
zone: ZoneT
characters: ZoneCharacter[]
}
}