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
+1 -1
View File
@@ -2,7 +2,7 @@
const props = defineProps([ 'app' ]);
import { Button, Radiobutton, InputGroup, FormGroup, TextInput, SingleSelect } from 'pankow';
import { Button, Radiobutton, InputGroup, FormGroup, TextInput, SingleSelect } from '@cloudron/pankow';
import { ref, onMounted } from 'vue';
import AppsModel from '../../models/AppsModel.js';
import DomainsModel from '../../models/DomainsModel.js';