keyring: Fix misc import path
This was causing the importing of the component to get stuck, meaning it would not get enabled. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2864>
This commit is contained in:
parent
66df24535b
commit
81692280bf
@ -12,7 +12,7 @@ import * as Dialog from '../dialog.js';
|
||||
import * as ModalDialog from '../modalDialog.js';
|
||||
import * as ShellEntry from '../shellEntry.js';
|
||||
import * as CheckBox from '../checkBox.js';
|
||||
import {wiggle} from '../misc/animationUtils.js';
|
||||
import {wiggle} from '../../misc/animationUtils.js';
|
||||
|
||||
const KeyringDialog = GObject.registerClass(
|
||||
class KeyringDialog extends ModalDialog.ModalDialog {
|
||||
|
Loading…
Reference in New Issue
Block a user