Update Join MCDi path
This commit is contained in:
parent
bd6d0e19d3
commit
0374a3e9a8
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ import Footer from './components/Footer';
|
||||||
import Bylaws from './components/Bylaws';
|
import Bylaws from './components/Bylaws';
|
||||||
import Sponsors from './components/Sponsors';
|
import Sponsors from './components/Sponsors';
|
||||||
import MeetBoard from './components/Meet-Board';
|
import MeetBoard from './components/Meet-Board';
|
||||||
|
import ComingSoon from './components/ComingSoon';
|
||||||
|
|
||||||
const App: React.FC = () => {
|
const App: React.FC = () => {
|
||||||
return (
|
return (
|
||||||
|
|
@ -24,6 +25,7 @@ const App: React.FC = () => {
|
||||||
<Route path="/bylaws" element={<Bylaws />} />
|
<Route path="/bylaws" element={<Bylaws />} />
|
||||||
<Route path="/sponsors" element={<Sponsors />} />
|
<Route path="/sponsors" element={<Sponsors />} />
|
||||||
<Route path="/meet-board" element={<MeetBoard />} />
|
<Route path="/meet-board" element={<MeetBoard />} />
|
||||||
|
<Route path="/joinmcdi" element={<ComingSoon />} />
|
||||||
</Routes>
|
</Routes>
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue