feat:add candidate pages
This commit is contained in:
@@ -16,6 +16,7 @@ import BlogEditorPage from "./pages/BlogEditor";
|
||||
import Appointment from "./pages/Appointment";
|
||||
import EmailPage from "./pages/email";
|
||||
import CareerPage from "./pages/Career";
|
||||
import CandidatePage from "./pages/candidates";
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
@@ -36,6 +37,7 @@ export default function App() {
|
||||
<Route path="/appointment" element={<Appointment />} />
|
||||
<Route path="/email" element={<EmailPage />} />
|
||||
<Route path="/career" element={<CareerPage />} />
|
||||
<Route path="/candidate" element={<CandidatePage />} />
|
||||
</Route>
|
||||
</Route>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user