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
+2
View File
@@ -1,3 +1,5 @@
export const BATTERY_DISPLAY_CHANGE_EVENT = 'remoteterm-battery-display-change';
const PERCENT_KEY = 'remoteterm-show-battery-percent';
const VOLTAGE_KEY = 'remoteterm-show-battery-voltage';