diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-01-01 02:48:32 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-01-01 02:48:32 +0100 |
| commit | dd544d713a2af4713c61ae0d2050f2861cc0892a (patch) | |
| tree | d4f1c8703472c66ab00a84a7d4ea126ccfc80193 /src/frontend/app | |
| parent | 4294687bdbdc126ca52431488c086f6c8bd7237c (diff) | |
Fix whatever this is
Diffstat (limited to 'src/frontend/app')
| -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"; |
