Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Nov 21, 2023
1 parent 0c7e711 commit 18989a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/chart/monitoring/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 18989a8

Please sign in to comment.