fix(core): remove unwanted unsupported browser import

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
John Molakvoæ 2024-06-04 15:22:29 +02:00 committed by nextcloud-command
parent 490a4ff3ab
commit a03262992f
3 changed files with 3 additions and 5 deletions

View file

@ -48,8 +48,6 @@
</template>
<script>
// eslint-disable-next-line n/no-extraneous-import
import { agents } from 'caniuse-lite/dist/unpacker/agents.js'
import { generateUrl, getRootUrl } from '@nextcloud/router'
import { translate as t, translatePlural as n } from '@nextcloud/l10n'

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long