fix(ags4): fix binding class duplicate
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-05 00:58:39 -05:00
parent 5bd6990cd2
commit cdcdd23e7f

View file

@ -10,7 +10,7 @@ import {
noImplicitDestroy,
setChildren,
construct,
} from '../../node_modules/astal/_astal';
} from 'astal/_astal';
export type BindableChild = Gtk.Widget | Binding<Gtk.Widget>;