update demo-react-shop,

This commit is contained in:
louiscklaw
2025-06-08 19:07:48 +08:00
parent ed95621b2f
commit 19af60c410
4 changed files with 51 additions and 59 deletions

View File

@@ -18,7 +18,7 @@ import SpeakerDetail from '../SpeakerDetail';
import SessionDetail from '../SessionDetail';
import MapView from '../MapView';
import About from '../About';
import paths from '../../paths';
import PATHS from '../../PATHS';
import TabAppRoute from '../../TabAppRoute';
import { CartStore } from './store';
import { getCartCount } from './store/Selectors';