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

@@ -36,7 +36,6 @@ import * as Taskbar from './taskbar.js';
import * as Utils from './utils.js';
import * as DesktopIconsIntegration from './desktopIconsIntegration.js';
const Gi = imports._gi;
import GLib from 'gi://GLib';
import GObject from 'gi://GObject';
import Clutter from 'gi://Clutter';
@@ -55,6 +54,8 @@ import * as Layout from 'resource:///org/gnome/shell/ui/layout.js';
import * as WM from 'resource:///org/gnome/shell/ui/windowManager.js';
import { SecondaryMonitorDisplay, WorkspacesView } from 'resource:///org/gnome/shell/ui/workspacesView.js';
const Gi = imports._gi;
var PanelManager = class {
constructor() {