diff --git a/03_source/mobile/src/pages/DemoFastFoodApp/module.d.ts b/03_source/mobile/src/pages/DemoFastFoodApp/module.d.ts index d774364..4af7be7 100644 --- a/03_source/mobile/src/pages/DemoFastFoodApp/module.d.ts +++ b/03_source/mobile/src/pages/DemoFastFoodApp/module.d.ts @@ -2,3 +2,8 @@ declare module '*.module.css' { const classes: { readonly [key: string]: string }; export default classes; } + +declare module '*.module.scss' { + const classes: { readonly [key: string]: string }; + export default classes; +} diff --git a/03_source/mobile/src/pages/DemoFastFoodApp/pages/Home.tsx b/03_source/mobile/src/pages/DemoFastFoodApp/pages/Home.tsx index a4f448b..e4d306a 100644 --- a/03_source/mobile/src/pages/DemoFastFoodApp/pages/Home.tsx +++ b/03_source/mobile/src/pages/DemoFastFoodApp/pages/Home.tsx @@ -56,6 +56,12 @@ const Home = () => { Popular + {/* + const router = useIonRouter(); + function handleBackClick() { + router.goBack(); + } + */} handleBackClick()}>