remove the remaining non ESM imports

This commit is contained in:
Philipp Unger
2023-08-14 01:02:59 +02:00
parent 3f8e5bfb95
commit 03a0aee77c
7 changed files with 13 additions and 14 deletions

View File

@@ -365,7 +365,7 @@ export var PanelManager = class {
} else {
// No idea why atm, but we need the import at the top of this file and to use the
// full imports ns here, otherwise SecondaryMonitorDisplay can't be used ¯\_(ツ)_/¯
view = new imports.ui.workspacesView.SecondaryMonitorDisplay(i,
view = new SecondaryMonitorDisplay(i,
this._controls,
this._scrollAdjustment,
this._fitModeAdjustment,