update App.tsx,
This commit is contained in:
@@ -90,7 +90,7 @@ import DemoRestaurantFinder from './pages/DemoRestaurantFinder';
|
||||
import DemoReactOverlayHooks from './pages/DemoReactOverlayHooks';
|
||||
import DemoReactSwitchTabs from './pages/DemoReactSwitchTabs';
|
||||
import DemoReactPollApp from './pages/DemoReactPollApp';
|
||||
import DemoReactWhatsAppClone from './pages/DemoReactWhatsAppClone';
|
||||
// import DemoReactWhatsAppClone from './pages/DemoReactWhatsAppClone';
|
||||
|
||||
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 />} />
|
||||
|
||||
|
Reference in New Issue
Block a user