Skip to content

Commit 01631a5

Browse files
committed
fix imports
Signed-off-by: szaimen <szaimen@e.mail.de>
1 parent 2a96e88 commit 01631a5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/ContactsList.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
import AppContentList from '@nextcloud/vue/dist/Components/NcAppContentList'
7272
import ContactsListItem from './ContactsList/ContactsListItem'
7373
import VirtualList from 'vue-virtual-scroll-list'
74-
import Actions from '@nextcloud/vue/dist/Components/Actions'
75-
import ActionButton from '@nextcloud/vue/dist/Components/ActionButton'
74+
import Actions from '@nextcloud/vue/dist/Components/NcActions'
75+
import ActionButton from '@nextcloud/vue/dist/Components/NcActionButton'
7676
import naturalCompare from 'string-natural-compare'
77-
import Multiselect from '@nextcloud/vue/dist/Components/Multiselect'
77+
import Multiselect from '@nextcloud/vue/dist/Components/NcMultiselect'
7878
7979
export default {
8080
name: 'ContactsList',

src/components/ContactsList/ContactsListItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</template>
3737

3838
<script>
39-
import ActionCheckbox from '@nextcloud/vue/dist/Components/ActionCheckbox'
39+
import ActionCheckbox from '@nextcloud/vue/dist/Components/NcActionCheckbox'
4040
import { NcListItem as ListItem } from '@nextcloud/vue'
4141
import BaseAvatar from '@nextcloud/vue/dist/Components/NcAvatar'
4242

0 commit comments

Comments
 (0)