From 1d20646565948dc56ec19e156afd0d0bcf1dbf68 Mon Sep 17 00:00:00 2001 From: BHASKAR Date: Sun, 22 Dec 2024 09:03:56 +0530 Subject: [PATCH] Update App.jsx --- src/App.jsx | 2 ++ 1 file changed, 2 insertions(+) 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 = () => { } /> } /> } /> + } /> } /> } /> } />