diff --git a/components/LoginModal/index.tsx b/components/LoginModal/index.tsx index 2851d6db..a1c501a2 100644 --- a/components/LoginModal/index.tsx +++ b/components/LoginModal/index.tsx @@ -10,7 +10,7 @@ import api from '~utils/api' import { accountState } from '~utils/accountState' import Button from '~components/Button' -import Fieldset from '~components/Input' +import Input from '~components/Input' import CrossIcon from '~public/icons/Cross.svg' import './index.scss' @@ -188,16 +188,16 @@ const LoginModal = (props: Props) => {