Skip to content

Commit

Permalink
fix: Adjust imports for updated dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Dec 3, 2023
1 parent 5a02f24 commit e8caf6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
import { generateFilePath } from '@nextcloud/router'
import { getRequestToken } from '@nextcloud/auth'
import { translate, translatePlural } from '@nextcloud/l10n'
import '@nextcloud/dialogs/dist/index.css'

import Vue from 'vue'

import Tooltip from '@nextcloud/vue/dist/Directives/Tooltip.js'
import Vue from 'vue'

import router from './router.js'
import Forms from './Forms.vue'

import '@nextcloud/dialogs/style.css'

Vue.directive('tooltip', Tooltip)

Vue.prototype.t = translate
Expand Down

0 comments on commit e8caf6c

Please sign in to comment.