Small cleanup

This commit is contained in:
Rafał Dzięgiel
2021-04-21 16:59:06 +02:00
parent 7559a61c9f
commit bfbbc517d5
3 changed files with 6 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
const { Gdk, Gio, GLib, GObject, Gst, GstClapper, Gtk } = imports.gi;
const { Gdk, Gio, GObject, Gst, GstClapper, Gtk } = imports.gi;
const ByteArray = imports.byteArray;
const Debug = imports.src.debug;
const Misc = imports.src.misc;