diff options
Diffstat (limited to 'core/src/recommendedapps.js')
-rw-r--r-- | core/src/recommendedapps.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/recommendedapps.js b/core/src/recommendedapps.js index 44c424989be..31d0e5c932c 100644 --- a/core/src/recommendedapps.js +++ b/core/src/recommendedapps.js @@ -21,7 +21,6 @@ */ import { getRequestToken } from '@nextcloud/auth' -import { generateFilePath } from '@nextcloud/router' import { translate as t } from '@nextcloud/l10n' import Vue from 'vue' @@ -30,8 +29,6 @@ import RecommendedApps from './components/setup/RecommendedApps' // eslint-disable-next-line camelcase __webpack_nonce__ = btoa(getRequestToken()) -// eslint-disable-next-line camelcase -__webpack_public_path__ = generateFilePath('core', '', 'js/') Vue.mixin({ methods: { |