From dd544d713a2af4713c61ae0d2050f2861cc0892a Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 1 Jan 2026 02:48:32 +0100 Subject: Fix whatever this is --- src/frontend/app/contexts/SettingsContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/app') 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"; -- cgit v1.3