Merge pull request #1959 from vowstar/patch-1

fix: correct a typo caused redeclaration of import Gio
This commit is contained in:
Charles Gagnon
2023-09-22 07:14:49 -04:00
committed by GitHub

View File

@@ -23,7 +23,7 @@
import Clutter from 'gi://Clutter';
import Gio from 'gi://GLib';
import GLib from 'gi://GLib';
import Gio from 'gi://Gio';
import Graphene from 'gi://Graphene';
import GObject from 'gi://GObject';