Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bgptr committed Jul 13, 2021
1 parent 7cb3950 commit 6999f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
import { FormattedMessage as T, defineMessages } from "react-intl";
import { defineMessages } from "react-intl";
import { PasswordInput } from "inputs";
import { PassphraseModal } from "modals";

Expand Down
@@ -1,6 +1,6 @@
import { PasswordInput } from "inputs";
import { PassphraseModal } from "modals";
import { FormattedMessage as T, defineMessages } from "react-intl";
import { defineMessages } from "react-intl";

const messages = defineMessages({
newPassphraseLabelText: {
Expand Down

0 comments on commit 6999f95

Please sign in to comment.