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
@@ -3,8 +3,8 @@
// for restore from archive or clone !
import { ref, useTemplateRef, computed } from 'vue';
import { InputGroup, FormGroup, TextInput, SingleSelect, Dialog } from 'pankow';
import { prettyLongDate } from 'pankow/utils';
import { InputGroup, FormGroup, TextInput, SingleSelect, Dialog } from '@cloudron/pankow';
import { prettyLongDate } from '@cloudron/pankow/utils';
import PortBindings from '../components/PortBindings.vue';
import AppsModel from '../models/AppsModel.js';
import ArchivesModel from '../models/ArchivesModel.js';