Skip to content

Commit 21e6055

Browse files
committed
fix: build
1 parent 4ffa9b4 commit 21e6055

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
import './App.css';
22
import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';
33
// import AboutUs from "./Components/AboutUs";
4-
import AgendaAccordion from './Components/Agenda';
54
import CurrentAgenda from './Components/CurrentAgenda';
65
import FullAgenda from './Components/FullAgenda';
76
// import CommunitySponsors from "./Components/CommunitySponsors";
87
import Footer from './Components/Footer';
98
import Home from './Components/Home';
109
import Navbar from './Components/Navbar';
1110
import NotFound from './Components/NotFound';
12-
import Sponsors from './Components/Sponsors';
1311

1412
function App() {
1513
return (

0 commit comments

Comments
 (0)