add filter
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import React from 'react';
|
||||
import Auth from '../components/Auth';
|
||||
import Auth from '../components/Auth/Auth';
|
||||
|
||||
const AuthPage = ({ setAuth }) => {
|
||||
return <Auth setAuthed={setAuth} />;
|
||||
|
@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
|
||||
import Candidate from '../components/Candidate';
|
||||
import Candidate from '../components/Candidate/Candidate';
|
||||
|
||||
const CandidatePage = () => <Candidate />;
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
|
||||
import Home from '../components/Home';
|
||||
import Home from '../components/Home/Home';
|
||||
|
||||
const HomePage = () => <Home />;
|
||||
|
||||
|
Reference in New Issue
Block a user