feat: add page newMedia

This commit is contained in:
ARJUN S THAMPI
2026-03-26 11:20:03 +05:30
parent 24a8bc4113
commit 2ed1bee149
5 changed files with 448 additions and 3 deletions
+2
View File
@@ -19,6 +19,7 @@ import CareerPage from "./pages/Career";
import CandidatePage from "./pages/candidates";
import InquiryPage from "./pages/inquiry";
import AcademicsPage from "./pages/Academics";
import NewsPage from "./pages/newsMedia";
export default function App() {
return (
@@ -42,6 +43,7 @@ export default function App() {
<Route path="/candidate" element={<CandidatePage />} />
<Route path="/inquiry" element={<InquiryPage />} />
<Route path="/academics" element={<AcademicsPage />} />
<Route path="/news" element={<NewsPage />} />
</Route>
</Route>