Skip to content

Commit

Permalink
Fixed duplicate imports in SignUpPage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thai committed Sep 8, 2020
1 parent e5c574b commit 2b73995
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/SignUpPage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import styles from './styles';

import { Card } from '@SharedComponents';
import { PublicPageLayout } from '@SharedComponents/layouts';
import { createUserAccountFromSignup } from '@Services/auth';
import HKN_TRIDENT_LOGO from '@Images/hkn-trident.png';
import { PublicPageLayout } from '@SharedComponents/layouts';
import { createNewUser } from '@Services/AuthService';
import {
doSignInWithEmailAndPassword,
Expand Down

0 comments on commit 2b73995

Please sign in to comment.