Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen committed Oct 17, 2022
1 parent 2a96e88 commit 01631a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/ContactsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
import AppContentList from '@nextcloud/vue/dist/Components/NcAppContentList'
import ContactsListItem from './ContactsList/ContactsListItem'
import VirtualList from 'vue-virtual-scroll-list'
import Actions from '@nextcloud/vue/dist/Components/Actions'
import ActionButton from '@nextcloud/vue/dist/Components/ActionButton'
import Actions from '@nextcloud/vue/dist/Components/NcActions'
import ActionButton from '@nextcloud/vue/dist/Components/NcActionButton'
import naturalCompare from 'string-natural-compare'
import Multiselect from '@nextcloud/vue/dist/Components/Multiselect'
import Multiselect from '@nextcloud/vue/dist/Components/NcMultiselect'

export default {
name: 'ContactsList',
Expand Down
2 changes: 1 addition & 1 deletion src/components/ContactsList/ContactsListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</template>

<script>
import ActionCheckbox from '@nextcloud/vue/dist/Components/ActionCheckbox'
import ActionCheckbox from '@nextcloud/vue/dist/Components/NcActionCheckbox'
import { NcListItem as ListItem } from '@nextcloud/vue'
import BaseAvatar from '@nextcloud/vue/dist/Components/NcAvatar'
Expand Down

0 comments on commit 01631a5

Please sign in to comment.