Skip to content

Commit

Permalink
fix(core): unsupported browser getRootUrl import
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>

[skip ci]
  • Loading branch information
skjnldsv authored and backportbot[bot] committed Jun 2, 2024
1 parent d9658af commit 494f324
Show file tree
Hide file tree
Showing 39 changed files with 4 additions and 52,013 deletions.
5 changes: 4 additions & 1 deletion core/src/views/UnsupportedBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@
</template>

<script>
import { generateUrl } from '@nextcloud/router'
// 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'

import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
import NcEmptyContent from '@nextcloud/vue/dist/Components/NcEmptyContent.js'
import Web from 'vue-material-design-icons/Web.vue'
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 494f324

Please sign in to comment.