mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
fix: correct a typo caused redeclaration of import Gio
- fix redeclaration of import Gio
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user