diff --git a/src/App.jsx b/src/App.jsx index 6a8d377..697d617 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -13,6 +13,7 @@ import { Logout, } from "./Components/pageIndex"; import {CoreDashboard, FAQ} from "@/Components/compIndex"; +import Profile from "./Components/Profile"; import "./App.css"; const App = () => { @@ -24,6 +25,7 @@ const App = () => { } /> } /> } /> + } /> } /> } /> } />