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

@@ -15,14 +15,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import Clutter from 'gi://Clutter';
import GdkPixbuf from 'gi://GdkPixbuf';
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
import Meta from 'gi://Meta';
import St from 'gi://St';
import * as Config from 'resource:///org/gnome/shell/misc/config.js';
import * as Panel from './panel.js';
import * as Proximity from './proximity.js';
import * as Utils from './utils.js';
import {SETTINGS} from './extension.js';