diff options
Diffstat (limited to 'src/frontend/app/AppContext.tsx')
| -rw-r--r-- | src/frontend/app/AppContext.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/AppContext.tsx b/src/frontend/app/AppContext.tsx index b986880..a369293 100644 --- a/src/frontend/app/AppContext.tsx +++ b/src/frontend/app/AppContext.tsx @@ -16,7 +16,7 @@ import { } from "./data/RegionConfig"; export type Theme = "light" | "dark" | "system"; -type TableStyle = "regular" | "grouped"; +type TableStyle = "regular" | "grouped" | "experimental_consolidated"; type MapPositionMode = "gps" | "last"; interface MapState { |
