remove unused import

This commit is contained in:
end-4
2024-02-06 00:37:27 +07:00
parent 58daf749e3
commit 1d6623cb57
@@ -1,7 +1,6 @@
const { Gtk } = imports.gi;
import App from 'resource:///com/github/Aylur/ags/app.js';
import Widget from 'resource:///com/github/Aylur/ags/widget.js';
import Service from 'resource:///com/github/Aylur/ags/service.js';
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js';
const { Box, EventBox, Button, Revealer } = Widget;