Skip to content

Commit

Permalink
sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Manavsheth78 committed Feb 10, 2023
1 parent 109c1c5 commit 53c5867
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +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 { render } from "@testing-library/react";
const App = () => {

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

0 comments on commit 53c5867

Please sign in to comment.