move all imports to the top

This commit is contained in:
Philipp Unger
2023-08-13 20:32:43 +02:00
parent f843af8651
commit bc60959709
10 changed files with 25 additions and 18 deletions

View File

@@ -23,7 +23,6 @@
import * as ExtensionUtils from 'resource:///org/gnome/shell/misc/extensionUtils.js';;
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
const Mainloop = imports.mainloop;
import St from 'gi://St';
import Shell from 'gi://Shell';
@@ -31,6 +30,8 @@ import * as Panel from './panel.js';
import * as Taskbar from './taskbar.js';
import * as Utils from './utils.js';
const Mainloop = imports.mainloop;
var PanelStyle = class {
enable(panel) {