Skip to content

Commit

Permalink
cjhsa
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranMegha committed Feb 10, 2023
1 parent 5c2c445 commit 275e985
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,8 +8,8 @@ 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 { render } from "@testing-library/react";
import Signup from "./components/Signup/Signup";
const App = () => {

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

0 comments on commit 275e985

Please sign in to comment.