Skip to content

Commit

Permalink
wqrew
Browse files Browse the repository at this point in the history
  • Loading branch information
Manavsheth78 committed Feb 9, 2023
1 parent 67525b2 commit 2ca497e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Event from "./components/Events/Event";
import Sponsor from "./components/Sponsor/Sponsor";
import { NavBar } from "./components/Nav/NavBar";
import Glimpse from "./components/Glimpse/Glimpse";
import Signup from "./components/signup/Signup";
import Signup from "./components/Signup/Signup";
import { render } from "@testing-library/react";
const App = () => {

Expand All @@ -28,7 +28,7 @@ const App = () => {
<Event />
{/* <Team /> */}
{/* <Sponsor /> */}
{/* <Signup/> */}
<Signup/>
<Glimpse />
<Footer />
</div>
Expand Down

0 comments on commit 2ca497e

Please sign in to comment.