File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React, { useState } from 'react';
22import { useTranslation } from 'react-i18next' ;
33import { Form , Field } from 'react-final-form' ;
44import { useDispatch } from 'react-redux' ;
5- import { AiOutlineEye , AiOutlineEyeInvisible } from 'react-icons/ai.js ' ;
5+ import { AiOutlineEye , AiOutlineEyeInvisible } from 'react-icons/ai' ;
66import Button from '../../../common/Button' ;
77import { validateLogin } from '../../../utils/reduxFormUtils' ;
88import { validateAndLoginUser } from '../actions' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { React, useState } from 'react';
22import { useTranslation } from 'react-i18next' ;
33import { Form , Field } from 'react-final-form' ;
44import { useDispatch } from 'react-redux' ;
5- import { AiOutlineEye , AiOutlineEyeInvisible } from 'react-icons/ai.js ' ;
5+ import { AiOutlineEye , AiOutlineEyeInvisible } from 'react-icons/ai' ;
66import { validateSignup } from '../../../utils/reduxFormUtils' ;
77import { validateAndSignUpUser } from '../actions' ;
88import Button from '../../../common/Button' ;
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ const routes = (
6868 path = "/:username/collections/:collection_id"
6969 component = { CollectionView }
7070 />
71-
7271 < Route path = "/:username/collections" component = { DashboardView } />
7372 < Route path = "/sketches" />
7473 < Route path = "/assets" />
You can’t perform that action at this time.
0 commit comments