fixed select component
This commit is contained in:
@ -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;
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user