diff --git a/frontend/src/views/AppLayout.vue b/frontend/src/views/AppLayout.vue
index 0159b3b..530584b 100644
--- a/frontend/src/views/AppLayout.vue
+++ b/frontend/src/views/AppLayout.vue
@@ -27,6 +27,8 @@
Displays
Shopfloor Dashboard
TV Slideshow
+ Parts Kiosk
Settings
@@ -108,6 +110,7 @@ import { currentTheme, toggleTheme } from '../stores/theme'
import { dashboardApi, notificationsApi } from '../api'
import { getFacilityName, getSiteLogo, getServicenowUrls } from '../utils/siteSettings'
import { withBase } from '../utils/basePath'
+import { isPluginEnabled } from '../composables/enabledPlugins'
const router = useRouter()
const route = useRoute()