Skip to content

Commit

Permalink
dsc
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranMegha committed Feb 10, 2023
1 parent 275e985 commit 109c1c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import Sponsor from "./components/Sponsor/Sponsor";
import { NavBar } from "./components/Nav/NavBar";
import Glimpse from "./components/Glimpse/Glimpse";
import { render } from "@testing-library/react";
import Signup from "./components/Signup/Signup";
const App = () => {

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

0 comments on commit 109c1c5

Please sign in to comment.