Skip to content
Snippets Groups Projects
Commit f3a48f54 authored by sush202020's avatar sush202020
Browse files

app.js updated

parent ef7c37ae
No related branches found
No related tags found
1 merge request!10Sushant branch
......@@ -12,6 +12,7 @@ import Login from "./components/Login/Login";
import PracticeHome from "./components/APITest/PracticeHome";
import AdminHome from "./components/AdminHome/AdminHome";
import MyAccountAdminView from "./components/MyAccountAdminView/MyAccountAdminView";
import SearchResults from "./components/SearchResults/SearchResults";
function App() {
return (
......@@ -23,6 +24,7 @@ function App() {
<Route path="/practice" element={<PracticeHome />} />
<Route path="/AdminHome" element={<AdminHome />} />
<Route path="/MyAccountAdminView" element={<MyAccountAdminView />} />
<Route path="/search-results" element={<SearchResults />} />
</Routes>
</div>
</Router>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment