update App.tsx,

This commit is contained in:
louiscklaw
2025-06-06 11:47:14 +08:00
parent e8d12f34e8
commit d453144500

View File

@@ -90,7 +90,7 @@ import DemoRestaurantFinder from './pages/DemoRestaurantFinder';
import DemoReactOverlayHooks from './pages/DemoReactOverlayHooks'; import DemoReactOverlayHooks from './pages/DemoReactOverlayHooks';
import DemoReactSwitchTabs from './pages/DemoReactSwitchTabs'; import DemoReactSwitchTabs from './pages/DemoReactSwitchTabs';
import DemoReactPollApp from './pages/DemoReactPollApp'; import DemoReactPollApp from './pages/DemoReactPollApp';
import DemoReactWhatsAppClone from './pages/DemoReactWhatsAppClone'; // import DemoReactWhatsAppClone from './pages/DemoReactWhatsAppClone';
setupIonicReact(); setupIonicReact();
@@ -145,7 +145,9 @@ const IonicApp: React.FC<IonicAppProps> = ({ darkMode, schedule, setIsLoggedIn,
{/* */} {/* */}
{/* */} {/* */}
{/* */} {/* */}
<Route path={paths.DEMO_REACT_WHATSAPP_CLONE} render={() => <DemoReactWhatsAppClone />} />
{/* TODO: review DemoReactWhatsAppClone */}
{/* <Route path={paths.DEMO_REACT_WHATSAPP_CLONE} render={() => <DemoReactWhatsAppClone />} /> */}
<Route path={paths.DEMO_REACT_POLL_APP} render={() => <DemoReactPollApp />} /> <Route path={paths.DEMO_REACT_POLL_APP} render={() => <DemoReactPollApp />} />