Skip to content

Commit

Permalink
fix linter build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Johnson committed Apr 9, 2024
1 parent 4341ae3 commit 8b6ef04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MnemonicWordInput.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as rb from 'react-bootstrap'
import { useTranslation } from 'react-i18next'
import styles from './MnemonicWordInput.module.css'
import { MNEMONIC_WORDS } from '../constants/bip39words'

export interface MnemonicWordInputProps {
forwardRef: (el: HTMLInputElement) => void
Expand Down

0 comments on commit 8b6ef04

Please sign in to comment.