From f42bbd4dcd878bdde9aafd504d5abf78c9ea955a Mon Sep 17 00:00:00 2001 From: kothadiyasagar Date: Sat, 23 Jul 2022 20:21:23 +0530 Subject: [PATCH 1/3] d --- client/src/App.js | 8 ++++++-- client/src/pages/Teams/Teamdisplay.jsx | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/client/src/App.js b/client/src/App.js index fb9c722..ca83171 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -7,7 +7,8 @@ import Header from './components/Hedear/Header'; import Usecase from './pages/UsecasePage/Usecase'; import { PricingPage } from './pages/Pricing_Page/PricingPage'; import Signup from "./pages/Signup/Signup.jsx" - +import Teamdisplay from './pages/Teams/Teamdisplay'; +import AddTeam from './pages/Teams/AddTeam.jsx' function App() { return (
@@ -17,7 +18,10 @@ function App() { } /> } /> } /> - } /> + } /> + } /> + } /> +