polkitAgent: 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
81692280bf
commit
232e30108a
@ -15,7 +15,7 @@ import * as Main from '../main.js';
|
||||
import * as ModalDialog from '../modalDialog.js';
|
||||
import * as ShellEntry from '../shellEntry.js';
|
||||
import * as UserWidget from '../userWidget.js';
|
||||
import {wiggle} from '../misc/animationUtils.js';
|
||||
import {wiggle} from '../../misc/animationUtils.js';
|
||||
|
||||
/** @enum {number} */
|
||||
const DialogMode = {
|
||||
|
Loading…
Reference in New Issue
Block a user