refactor: replace export var with export const

This commit is contained in:
Andy Holmes
2023-09-21 19:22:24 -07:00
parent 47e4be829d
commit fd8022b49b
15 changed files with 99 additions and 99 deletions

View File

@@ -33,7 +33,7 @@ import {SETTINGS} from './extension.js';
const Mainloop = imports.mainloop;
export var PanelStyle = class {
export const PanelStyle = class {
enable(panel) {
this.panel = panel;