fix: correct a typo caused redeclaration of import Gio

- fix redeclaration of import Gio
This commit is contained in:
Huang Rui
2023-09-22 19:13:01 +08:00
committed by GitHub
parent b86a1c982d
commit 29c788ab50

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';