diff --git a/src/App.tsx b/src/App.tsx index 6de287f..2fbe992 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,12 +1,10 @@ import Nav from './components/Nav'; import Hero from './sections/Hero'; -import ConceptSection from './sections/ConceptSection'; import RouteSection from './sections/RouteSection'; +import FollowSection from './sections/FollowSection'; import ItinerarySection from './sections/ItinerarySection'; -import LastYearSection from './sections/LastYearSection'; import CrewsSection from './sections/CrewsSection'; -import FollowSection from './sections/FollowSection'; -import SignupSection from './sections/SignupSection'; +import LastYearSection from './sections/LastYearSection'; import Footer from './sections/Footer'; export default function App() { @@ -16,12 +14,10 @@ export default function App() {
+ - - - - +