mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
fix(files_sharing): add missing import of NcIconSvgWrapper
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
888393fdf2
commit
24b445ee18
1 changed files with 2 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ import NcActionSeparator from '@nextcloud/vue/components/NcActionSeparator'
|
|||
import NcActions from '@nextcloud/vue/components/NcActions'
|
||||
import NcAvatar from '@nextcloud/vue/components/NcAvatar'
|
||||
import NcDialog from '@nextcloud/vue/components/NcDialog'
|
||||
import NcIconSvgWrapper from '@nextcloud/vue/components/NcIconSvgWrapper'
|
||||
|
||||
import Tune from 'vue-material-design-icons/Tune.vue'
|
||||
import IconCalendarBlank from 'vue-material-design-icons/CalendarBlank.vue'
|
||||
|
|
@ -279,6 +280,7 @@ export default {
|
|||
NcActionSeparator,
|
||||
NcAvatar,
|
||||
NcDialog,
|
||||
NcIconSvgWrapper,
|
||||
VueQrcode,
|
||||
Tune,
|
||||
IconCalendarBlank,
|
||||
|
|
|
|||
Loading…
Reference in a new issue