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