Fix inversion of const definition location

This commit is contained in:
Jack Kingsman
2026-04-10 14:51:19 -07:00
parent 390c0624ea
commit f9f046a05f
3 changed files with 8 additions and 4 deletions
@@ -29,12 +29,12 @@ import {
} from '../../utils/fontScale';
import { getAutoFocusInputEnabled, setAutoFocusInputEnabled } from '../../utils/autoFocusInput';
import {
BATTERY_DISPLAY_CHANGE_EVENT,
getShowBatteryPercent,
setShowBatteryPercent as saveBatteryPercent,
getShowBatteryVoltage,
setShowBatteryVoltage as saveBatteryVoltage,
} from '../../utils/batteryDisplay';
import { BATTERY_DISPLAY_CHANGE_EVENT } from '../StatusBar';
export function SettingsLocalSection({
onLocalLabelChange,