Skip to content

Commit

Permalink
comment out unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jwala-anirudh committed Jun 9, 2024
1 parent b055665 commit 9b899dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Speakers from "./components/Speakers";
import PanelDiscussion from "./components/PanelDiscussion";
import Schedule from "./components/Schedule";
import RegisterEvent from "./components/RegisterEvent";
import Support from "./components/Support";
// import Support from "./components/Support";
import About from "./components/About";

const App = () => {
Expand Down

0 comments on commit 9b899dd

Please sign in to comment.