Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 60bcf05

Browse files
Take out Hero and button as a reusable component
1 parent 0ebe2e2 commit 60bcf05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/views/pages/CoursesView/Hero.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import { Typography } from '@material-ui/core';
66
import HeroWithLogo from '../../../components/Hero/HeroWithLogo';
77
import ButtonComponent from '../../../components/Button/ButtonComponent';
88

9+
import HeroWithLogo from '../../../components/Hero/HeroWithLogo';
10+
import ButtonComponent from '../../../components/Button/ButtonComponent';
11+
912
import { login } from 'src/actions/accountActions';
1013
import { useDispatch, useSelector } from 'react-redux';
1114

0 commit comments

Comments
 (0)