Skip to content

Commit 61089b4

Browse files
committed
chore: Removes unused import
Removes the unused `useRuntimeConfig` import from the `NUsersPasswordStrengthIndicator.vue` component to improve code cleanliness.
1 parent 533fa36 commit 61089b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/runtime/components/NUsersPasswordStrengthIndicator.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<script setup lang="ts">
22
import { computed } from 'vue'
3-
import type { PasswordValidationResult } from 'nuxt-users/utils'
4-
import { useRuntimeConfig } from '#imports'
5-
import type { ModuleOptions } from 'nuxt-users/utils'
3+
import type { PasswordValidationResult, ModuleOptions } from 'nuxt-users/utils'
64
75
// Note: We define Props interface inline to ensure compatibility during the module build process
86
interface Props {

0 commit comments

Comments
 (0)