aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/contexts/SettingsContext.tsx
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-01-01 02:48:32 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-01-01 02:48:32 +0100
commitdd544d713a2af4713c61ae0d2050f2861cc0892a (patch)
treed4f1c8703472c66ab00a84a7d4ea126ccfc80193 /src/frontend/app/contexts/SettingsContext.tsx
parent4294687bdbdc126ca52431488c086f6c8bd7237c (diff)
Fix whatever this is
Diffstat (limited to 'src/frontend/app/contexts/SettingsContext.tsx')
-rw-r--r--src/frontend/app/contexts/SettingsContext.tsx2
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";