refactor: remove dead import

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/783/head
Varun Patil 2023-08-21 17:40:41 -07:00
parent 7eb9ffc3bf
commit 9211d99a8b
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ const NcTextField = () => import('@nextcloud/vue/dist/Components/NcTextField');
import { showError } from '@nextcloud/dialogs';
import { getCurrentUser } from '@nextcloud/auth';
import Modal from './Modal.vue';
import client from '../../services/DavClient';
import * as dav from '../../services/DavRequests';
export default defineComponent({