feat: implement Hotel Service Wi-Fi intro page with Swiper slider and HTML content display
This commit is contained in:
@@ -71,6 +71,8 @@ import DummyEventPayPage from './pages/DummyEventPayPage';
|
||||
import PaymentSuccess from './pages/PaymentSuccess';
|
||||
import PaymentFailed from './pages/PaymentFailed';
|
||||
import settings from './pages/tabs/carousell_me/settings';
|
||||
import HotelWelcomeTour from './pages/HotelWelcomeTour';
|
||||
import HotelServiceWifi from './pages/HotelIntro';
|
||||
|
||||
setupIonicReact();
|
||||
|
||||
@@ -150,6 +152,9 @@ const IonicApp: React.FC<IonicAppProps> = ({ darkMode, schedule, setIsLoggedIn,
|
||||
<Route exact={true} path="/order_detail/:id" component={OrderDetail} />
|
||||
|
||||
<Route exact={true} path="/helloworld" component={Helloworld} />
|
||||
<Route path={PATHS.HOTEL_WELCOME_TOUR} component={HotelWelcomeTour} exact={true} />
|
||||
{/* <Route path={PATHS.HOTEL_SERVICE_INTRO} component={HotelServiceIntro} exact={true} /> */}
|
||||
{/* tabs/hotel_service_intro */}
|
||||
|
||||
<Route
|
||||
path="/logout"
|
||||
|
Reference in New Issue
Block a user