diff --git a/apps/app-frontend/src/App.vue b/apps/app-frontend/src/App.vue
index 6f2a17a8af..c62f81695f 100644
--- a/apps/app-frontend/src/App.vue
+++ b/apps/app-frontend/src/App.vue
@@ -97,6 +97,7 @@ import {
import { useError } from '@/store/error.js'
import { useInstall } from '@/store/install.js'
import { useLoading, useTheming } from '@/store/state'
+import AnimatedIcon from './components/ui/AnimatedIcon.vue'
import { create_profile_and_install_from_file } from './helpers/pack'
import { generateSkinPreviews } from './helpers/rendering/batch-skin-renderer'
@@ -804,10 +805,10 @@ provideAppUpdateDownloadProgress(appUpdateDownload)
:is-primary="() => route.path.startsWith('/browse') && !route.query.i"
:is-subpage="(route) => route.path.startsWith('/project') && !route.query.i"
>
-