NcCounterBubble import from top package

cache
Varun Patil 2022-10-07 15:49:23 -07:00
parent 02b9423c23
commit 4f135c67f3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import { IPhoto, ITag } from '../types';
import { generateUrl } from '@nextcloud/router'
import { getPreviewUrl } from "../services/FileUtils";
import NcCounterBubble from '@nextcloud/vue/dist/Components/NcCounterBubble'
import { NcCounterBubble } from '@nextcloud/vue'
import axios from '@nextcloud/axios'
import GlobalMixin from '../mixins/GlobalMixin';