fixed select component

This commit is contained in:
Hope87
2021-05-31 18:23:25 +03:00
parent 844cc7f9df
commit af21ce3693
47 changed files with 598 additions and 554 deletions

View File

@ -1,7 +1,7 @@
import React from 'react';
import Candidate from '../components/Candidate'
import Candidate from '../components/Candidate';
const CandidatePage = () => <Candidate />
const CandidatePage = () => <Candidate />;
export default CandidatePage;
export default CandidatePage;

View File

@ -1,7 +1,7 @@
import React from 'react';
import Home from '../components/Home'
import Home from '../components/Home';
const HomePage = () => <Home />
const HomePage = () => <Home />;
export default HomePage;
export default HomePage;