From 279496ea38bd499ac095a1378f5f318867d2ae2d Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Wed, 18 Jun 2025 02:18:18 +0800 Subject: [PATCH] feat: remove AppRoute component and adjust related route configurations --- 03_source/mobile/src/App.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/03_source/mobile/src/App.tsx b/03_source/mobile/src/App.tsx index 9f6984e..2e71964 100644 --- a/03_source/mobile/src/App.tsx +++ b/03_source/mobile/src/App.tsx @@ -55,7 +55,6 @@ import Tutorial from './pages/Tutorial'; import HomeOrTutorial from './components/HomeOrTutorial'; import { Schedule } from './models/Schedule'; import RedirectToLogin from './components/RedirectToLogin'; -import AppRoute from './AppRoute'; import AppDemoRoute from './routes/DemoRoute'; import Settings from './pages/Settings'; @@ -114,8 +113,6 @@ const IonicApp: React.FC = ({ darkMode, schedule, setIsLoggedIn, which makes transitions between tabs and non tab pages smooth */} - - } /> @@ -140,8 +137,6 @@ const IonicApp: React.FC = ({ darkMode, schedule, setIsLoggedIn, {/* component make the ":id" available in the "OrderDetail" */} - {/* */} -