From 0374a3e9a8dfe5fcb385960bd0759cc064848d1a Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Mon, 14 Oct 2024 14:46:06 -0500 Subject: [PATCH] Update Join MCDi path --- client/src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/App.tsx b/client/src/App.tsx index 52f2bb8..41f8782 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -9,6 +9,7 @@ import Footer from './components/Footer'; import Bylaws from './components/Bylaws'; import Sponsors from './components/Sponsors'; import MeetBoard from './components/Meet-Board'; +import ComingSoon from './components/ComingSoon'; const App: React.FC = () => { return ( @@ -24,6 +25,7 @@ const App: React.FC = () => { } /> } /> } /> + } />