pankow moved to @cloudron/pankow

This commit is contained in:
Johannes Zellner
2025-07-10 11:55:11 +02:00
parent 313256adff
commit 579f5d7c8a
144 changed files with 220 additions and 219 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ const t = i18n.t;
import { ref, onMounted, useTemplateRef, nextTick, onUnmounted } from 'vue';
import AppsModel from '../../models/AppsModel.js';
import { prettyBinarySize, prettyDecimalSize } from 'pankow/utils';
import { prettyBinarySize, prettyDecimalSize } from '@cloudron/pankow/utils';
import SystemModel from '../../models/SystemModel.js';
import { SingleSelect } from 'pankow';
import { SingleSelect } from '@cloudron/pankow';
import GraphItem from '../GraphItem.vue';
const { app } = defineProps([ 'app' ]);