refactor: remove unused imports

This commit is contained in:
Andy Holmes
2023-09-21 19:22:28 -07:00
parent 5ced13a324
commit f68e860d43
13 changed files with 0 additions and 55 deletions

View File

@@ -21,17 +21,9 @@
* mathematical.coffee@gmail.com
*/
import * as ExtensionUtils from 'resource:///org/gnome/shell/misc/extensionUtils.js';;
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
import St from 'gi://St';
import Shell from 'gi://Shell';
import * as Panel from './panel.js';
import * as Taskbar from './taskbar.js';
import * as Utils from './utils.js';
import {SETTINGS} from './extension.js';
const Mainloop = imports.mainloop;
export const PanelStyle = class {