diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frontend/app/contexts/SettingsContext.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/contexts/SettingsContext.tsx b/src/frontend/app/contexts/SettingsContext.tsx index 1833818..a8e61c1 100644 --- a/src/frontend/app/contexts/SettingsContext.tsx +++ b/src/frontend/app/contexts/SettingsContext.tsx @@ -5,7 +5,7 @@ import { useState, type ReactNode, } from "react"; -import { APP_CONFIG } from "../config/appConfig"; +import { APP_CONFIG } from "../config/AppConfig"; export type Theme = "light" | "dark" | "system"; export type MapPositionMode = "gps" | "last"; |
