Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/SP1' into SP1/#548-banner
Browse files Browse the repository at this point in the history
  • Loading branch information
gunom committed Dec 11, 2023
2 parents 770bbe6 + fc82d0d commit e2e342e
Show file tree
Hide file tree
Showing 59 changed files with 1,628 additions and 1,351 deletions.
7 changes: 7 additions & 0 deletions src/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ import HaveDesignCustomPage from './page/Custom/HaveDesign/HaveDesignCustomPage'
import CommonCustomPage from './page/Custom/Common/CommonCustomPage';
import ErrorPage from './page/Error/ErrorPage';
import MagazinePage from './page/MagazinePage';
import CartPage from './page/CartPage';
// import CustomDirectDepositLayout from './components/Custom/Common/DirectDeposit/CustomDirectDepositLayout';
import ExpirationPage from './page/Expiration/ExpirationPage';
import OrderDepositPage from './page/Order/OrderDepositPage';

const Router = () => {
return (
Expand Down Expand Up @@ -71,7 +75,10 @@ const Router = () => {
<Route path='/noDesign' element={<NoDesignCustomPage />} />
<Route path='/custom' element={<CommonCustomPage />} />
<Route path='/error' element={<ErrorPage />} />
<Route path='/expired' element={<ExpirationPage />} />
<Route path='/article/:id' element={<MagazinePage />} />
<Route path='/cart' element={<CartPage />} />
<Route path='/order-deposit' element={<OrderDepositPage />} />
</Routes>
</BrowserRouter>
);
Expand Down
6 changes: 6 additions & 0 deletions src/assets/icon/ic_cart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/icon/ic_radio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/assets/icon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ export { ReactComponent as IcBtnStepperPlusDark } from './ic_btn_plus_dark.svg';
export { ReactComponent as IcBtnStepperMinusLight } from './ic_btn_minus_light.svg';
export { ReactComponent as IcBtnStepperMinusDark } from './ic_btn_minus_dark.svg';
export { ReactComponent as ImgWelcomeLogo } from './img_welcome_logo.svg';
export { ReactComponent as IcCart } from './ic_cart.svg';
export { ReactComponent as IcRadio } from './ic_radio.svg';

// brush
export { ReactComponent as IcBrushBoldSelected } from './ic_brush_bold_selected.svg';
Expand Down Expand Up @@ -78,4 +80,4 @@ export { ReactComponent as ImgStorage } from './img_storage.svg';
export { ReactComponent as ImgPointCoupon } from './img_point_coupon.svg';
export { ReactComponent as ImgHomeBanner } from './img_home_banner.svg';
export { ReactComponent as IcInformation } from './ic_information.svg';
export { ReactComponent as ImgTattourLogin } from './img_tattour_login.svg';
export { ReactComponent as ImgTattourLogin } from './img_tattour_login.svg';
207 changes: 0 additions & 207 deletions src/common/Modal/ChargePointModal/ChargePointCompleteModal.tsx

This file was deleted.

74 changes: 0 additions & 74 deletions src/common/Modal/ChargePointModal/ChargePointModal.tsx

This file was deleted.

Loading

0 comments on commit e2e342e

Please sign in to comment.