feat: add comprehensive ServiceMenu and MainTabs components with hotel service listings, QR code access, and user profile settings integration
This commit is contained in:
@@ -70,7 +70,7 @@ import DummyPayPage from './pages/DummyEventPayPage';
|
||||
import DummyEventPayPage from './pages/DummyEventPayPage';
|
||||
import PaymentSuccess from './pages/PaymentSuccess';
|
||||
import PaymentFailed from './pages/PaymentFailed';
|
||||
import CarousellMe from './pages/CarousellMe';
|
||||
import settings from './pages/tabs/carousell_me/settings';
|
||||
|
||||
setupIonicReact();
|
||||
|
||||
@@ -159,9 +159,9 @@ const IonicApp: React.FC<IonicAppProps> = ({ darkMode, schedule, setIsLoggedIn,
|
||||
/>
|
||||
|
||||
{/* PartyUser */}
|
||||
<Route path={PATHS.PARTY_USER_SIGN_IN} component={PartyUserLogin} />
|
||||
|
||||
<Route exact={true} path={PATHS.PARTY_USER_SIGN_IN} component={PartyUserLogin} />
|
||||
<Route exact={true} path={PATHS.NOT_IMPLEMENTED} component={NotImplemented} />
|
||||
<Route exact={true} path={PATHS.CAROUSELL_ME_SETTINGS} component={settings} />
|
||||
|
||||
<Route path="/" component={HomeOrTutorial} exact />
|
||||
</IonRouterOutlet>
|
||||
|
Reference in New Issue
Block a user