Skip to content

Commit 3f3012f

Browse files
committed
chore: unused imort removed
1 parent 61089b4 commit 3f3012f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/components/NUsersPasswordStrengthIndicator.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 } from 'vue'
2+
import { computed, useRuntimeConfig } from 'vue'
33
import type { PasswordValidationResult, ModuleOptions } from 'nuxt-users/utils'
44
55
// Note: We define Props interface inline to ensure compatibility during the module build process

0 commit comments

Comments
 (0)