pankow moved to @cloudron/pankow
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<script setup>
|
||||
|
||||
import { ref, useTemplateRef } from 'vue';
|
||||
import { Dialog, TextInput, FormGroup, Button, InputGroup } from 'pankow';
|
||||
import { copyToClipboard } from 'pankow/utils';
|
||||
import { Dialog, TextInput, FormGroup, Button, InputGroup } from '@cloudron/pankow';
|
||||
import { copyToClipboard } from '@cloudron/pankow/utils';
|
||||
import UsersModel from '../models/UsersModel.js';
|
||||
|
||||
const usersModel = UsersModel.create();
|
||||
|
||||
Reference in New Issue
Block a user