Skip to content

Commit ae1f4e3

Browse files
committed
chore: remove unsued import
1 parent 3f3012f commit ae1f4e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/runtime/components/NUsersPasswordStrengthIndicator.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<script setup lang="ts">
2-
import { computed, useRuntimeConfig } from 'vue'
2+
import { computed } from 'vue'
3+
import { useRuntimeConfig } from '#app'
34
import type { PasswordValidationResult, ModuleOptions } from 'nuxt-users/utils'
45
56
// Note: We define Props interface inline to ensure compatibility during the module build process

0 commit comments

Comments
 (0)