From 232e30108a5c3d70339dae2387d68e139d51c5b9 Mon Sep 17 00:00:00 2001 From: Sebastian Keller Date: Sun, 6 Aug 2023 19:51:17 +0200 Subject: [PATCH] polkitAgent: Fix misc import path This was causing the importing of the component to get stuck, meaning it would not get enabled. Part-of: --- js/ui/components/polkitAgent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/components/polkitAgent.js b/js/ui/components/polkitAgent.js index 9879ad1e6..9c06e5ca0 100644 --- a/js/ui/components/polkitAgent.js +++ b/js/ui/components/polkitAgent.js @@ -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 = {