From 18989a8bc0b633d0de8e592da8fce5ede4d11674 Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Tue, 21 Nov 2023 15:19:45 +0000 Subject: [PATCH] Fix import --- shell/chart/monitoring/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/chart/monitoring/index.vue b/shell/chart/monitoring/index.vue index 6eefae26e87..30439ed3d39 100644 --- a/shell/chart/monitoring/index.vue +++ b/shell/chart/monitoring/index.vue @@ -15,7 +15,7 @@ import Tab from '@shell/components/Tabbed/Tab'; import { allHash } from '@shell/utils/promise'; import { STORAGE_CLASS, PVC, SECRET, WORKLOAD_TYPES } from '@shell/config/types'; -import { CATTLE_MONITORING_NAMESPACE } from 'utils/monitoring'; +import { CATTLE_MONITORING_NAMESPACE } from '@shell/utils/monitoring'; export default { components: {