pankow moved to @cloudron/pankow
This commit is contained in:
@@ -5,10 +5,10 @@ const i18n = useI18n();
|
||||
const t = i18n.t;
|
||||
|
||||
import { ref, onMounted, onUnmounted, useTemplateRef, nextTick } from 'vue';
|
||||
import { SingleSelect, MultiSelect } from 'pankow';
|
||||
import { SingleSelect, MultiSelect } from '@cloudron/pankow';
|
||||
import Section from './Section.vue';
|
||||
import SystemModel from '../models/SystemModel.js';
|
||||
import { prettyDecimalSize } from 'pankow/utils';
|
||||
import { prettyDecimalSize } from '@cloudron/pankow/utils';
|
||||
import GraphItem from './GraphItem.vue';
|
||||
import AppsModel from '../models/AppsModel.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user