From 6c5afff16060cd89cf0785fa3b1104192fd2760e Mon Sep 17 00:00:00 2001 From: Alireza khaji Date: Sat, 21 May 2022 17:06:02 +0430 Subject: [PATCH] exam-header --- src/App.js | 19 +++++++++--- src/view/Exam2/Exam.js | 14 +++++++++ src/view/Exam2/Header.js | 62 ++++++++++++++++++++++++++++++++++++++ src/view/register/index.js | 9 +++--- 4 files changed, 95 insertions(+), 9 deletions(-) create mode 100644 src/view/Exam2/Exam.js create mode 100644 src/view/Exam2/Header.js diff --git a/src/App.js b/src/App.js index e4604f1..f556de8 100644 --- a/src/App.js +++ b/src/App.js @@ -43,6 +43,7 @@ import ChatPage from "./view/chatPage"; import ShoppingCart from "./components/ShoppingCart"; import MyServices from "./view/my-services/MyServices"; import MobileMyServices from "./view/my-services/mobile/MyServices"; +import Exam from "./view/Exam2/Exam"; let data = [ { @@ -675,13 +676,19 @@ function App() { setActiveUserFullInfo(false); }; + //------------------------------------ + console.log("hhhhhhhh--------------------"); + console.log(location.split("/")); + return (
- {LOGIN &&
} - {LOGIN &&