Skip to content

Commit

Permalink
Fix PasswordInput lint (#6585)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers authored Nov 6, 2023
1 parent 4bd9789 commit 5f46bc2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { MouseEvent, forwardRef, useCallback, useState } from 'react'

import { IconVisibilityHidden, IconVisibilityPublic } from 'icons'

import { TextInput } from '../TextInput'

import styles from './PasswordInput.modules.css'
import type { PasswordInputProps } from './types'

Expand Down

0 comments on commit 5f46bc2

Please sign in to comment.