diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-28 09:22:35 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-28 09:22:35 +0700 |
| commit | bbb2736f0e21192467c1d6888b1c05d290c49863 (patch) | |
| tree | 72f14b3406cabdb7eb3c871665eee23cffb4cbc6 /src/pages/tracking-order.jsx | |
| parent | c324065cf2270c4e489749f0281eb45a5f120b08 (diff) | |
<iman> update mobile view
Diffstat (limited to 'src/pages/tracking-order.jsx')
| -rw-r--r-- | src/pages/tracking-order.jsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pages/tracking-order.jsx b/src/pages/tracking-order.jsx index 18e1a78a..002acd42 100644 --- a/src/pages/tracking-order.jsx +++ b/src/pages/tracking-order.jsx @@ -18,8 +18,9 @@ export default function TrackingOrder() { </DesktopView> <MobileView> - - <SimpleFooter /> + <BasicLayout> + <PageTrackingOrder/> + </BasicLayout> </MobileView> </> ); |
