Skip to content

Commit cddaf9c

Browse files
committed
chore: remove unsused import
1 parent 2534222 commit cddaf9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/components/NUsersUserCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { computed, onMounted, nextTick, ref } from 'vue'
2+
import { computed, onMounted, ref } from 'vue'
33
import { useAuthentication } from '../composables/useAuthentication'
44
import { useRuntimeConfig } from '#imports'
55
import { defaultDisplayFields, defaultFieldLabels, type User } from 'nuxt-users/utils'

0 commit comments

Comments
 (0)