Remove unused import

old-stable24
Varun Patil 2022-10-18 07:08:11 -07:00
parent 3acf64e96e
commit a9878fc2db
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ import { Component, Watch, Mixins } from 'vue-property-decorator';
import { IDay, IFolder, IHeadRow, IPhoto, IRow, IRowType } from "../types";
import { generateUrl } from '@nextcloud/router'
import { showError } from '@nextcloud/dialogs'
import { getCanonicalLocale } from '@nextcloud/l10n';
import { NcEmptyContent } from '@nextcloud/vue';
import GlobalMixin from '../mixins/GlobalMixin';