diff --git a/client/src/App.tsx b/client/src/App.tsx index 65e6466..8b7d904 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -10,6 +10,7 @@ import Bylaws from './components/Bylaws'; import Sponsors from './components/Sponsors'; import MeetBoard from './components/Meet-Board'; import ComingSoon from './components/ComingSoon'; +import JoinMCDi from './components/JoinMCDi'; const App: React.FC = () => { return ( @@ -25,7 +26,7 @@ const App: React.FC = () => { } /> } /> } /> - } /> + } />