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

View File

@@ -6,7 +6,7 @@ const t = i18n.t;
import moment from 'moment';
import { ref, computed, useTemplateRef, onMounted, onUnmounted, inject, watch, nextTick } from 'vue';
import { TextInput, Spinner, InputDialog, SingleSelect } from 'pankow';
import { TextInput, Spinner, InputDialog, SingleSelect } from '@cloudron/pankow';
import AppsModel from '../models/AppsModel.js';
import AppstoreModel from '../models/AppstoreModel.js';
import AppInstallDialog from '../components/AppInstallDialog.vue';