Skip to content

Commit 868390f

Browse files
committed
fix lint
1 parent 16efb24 commit 868390f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/external/register/PasswordDoubleInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { graphql } from "../../gql";
44
import { graphqlRequest } from "../../graphql";
55
import { mountWithProviders } from "../mount";
66
import "../../shared.css";
7-
import PasswordCreationDoubleInput from "../../components/PasswordCreationDoubleInput";
87
import { useTranslation } from "react-i18next";
8+
import PasswordCreationDoubleInput from "../../components/PasswordCreationDoubleInput";
99

1010
const HTML_ID = "#password-double-input";
1111

0 commit comments

Comments
 (0)