From 3213ef951b8178e9254ee8566d18f993f20b9cea Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Sun, 15 Jun 2025 04:24:57 +0800 Subject: [PATCH] update, --- .../frontend/src/assets/illustrations/avatar-shape.tsx | 4 +--- .../src/assets/illustrations/booking-illustration.tsx | 4 +--- .../src/assets/illustrations/check-in-illustration.tsx | 4 +--- .../src/assets/illustrations/check-out-illustration.tsx | 4 +--- .../src/assets/illustrations/coming-soon-illustration.tsx | 6 +----- .../src/assets/illustrations/forbidden-illustration.tsx | 6 +----- .../src/assets/illustrations/maintenance-illustration.tsx | 6 +----- .../src/assets/illustrations/motivation-illustration.tsx | 6 +----- .../assets/illustrations/order-complete-illustration.tsx | 6 +----- .../assets/illustrations/page-not-found-illustration.tsx | 6 +----- .../frontend/src/assets/illustrations/seo-illustration.tsx | 6 +----- .../src/assets/illustrations/upload-illustration.tsx | 5 +---- 12 files changed, 12 insertions(+), 51 deletions(-) diff --git a/03_source/frontend/src/assets/illustrations/avatar-shape.tsx b/03_source/frontend/src/assets/illustrations/avatar-shape.tsx index dc52b59..b449016 100644 --- a/03_source/frontend/src/assets/illustrations/avatar-shape.tsx +++ b/03_source/frontend/src/assets/illustrations/avatar-shape.tsx @@ -1,8 +1,6 @@ import type { SvgIconProps } from '@mui/material/SvgIcon'; - -import { memo } from 'react'; - import SvgIcon from '@mui/material/SvgIcon'; +import { memo } from 'react'; // ---------------------------------------------------------------------- diff --git a/03_source/frontend/src/assets/illustrations/booking-illustration.tsx b/03_source/frontend/src/assets/illustrations/booking-illustration.tsx index 2bd5f71..724fcfa 100644 --- a/03_source/frontend/src/assets/illustrations/booking-illustration.tsx +++ b/03_source/frontend/src/assets/illustrations/booking-illustration.tsx @@ -1,8 +1,6 @@ import type { SvgIconProps } from '@mui/material/SvgIcon'; - -import { memo } from 'react'; - import SvgIcon from '@mui/material/SvgIcon'; +import { memo } from 'react'; // ---------------------------------------------------------------------- diff --git a/03_source/frontend/src/assets/illustrations/check-in-illustration.tsx b/03_source/frontend/src/assets/illustrations/check-in-illustration.tsx index 5bfb200..29734d9 100644 --- a/03_source/frontend/src/assets/illustrations/check-in-illustration.tsx +++ b/03_source/frontend/src/assets/illustrations/check-in-illustration.tsx @@ -1,8 +1,6 @@ import type { SvgIconProps } from '@mui/material/SvgIcon'; - -import { memo } from 'react'; - import SvgIcon from '@mui/material/SvgIcon'; +import { memo } from 'react'; // ---------------------------------------------------------------------- diff --git a/03_source/frontend/src/assets/illustrations/check-out-illustration.tsx b/03_source/frontend/src/assets/illustrations/check-out-illustration.tsx index 3805807..8bdb5e8 100644 --- a/03_source/frontend/src/assets/illustrations/check-out-illustration.tsx +++ b/03_source/frontend/src/assets/illustrations/check-out-illustration.tsx @@ -1,8 +1,6 @@ import type { SvgIconProps } from '@mui/material/SvgIcon'; - -import { memo } from 'react'; - import SvgIcon from '@mui/material/SvgIcon'; +import { memo } from 'react'; // ---------------------------------------------------------------------- diff --git a/03_source/frontend/src/assets/illustrations/coming-soon-illustration.tsx b/03_source/frontend/src/assets/illustrations/coming-soon-illustration.tsx index 893a079..a5ecd1c 100644 --- a/03_source/frontend/src/assets/illustrations/coming-soon-illustration.tsx +++ b/03_source/frontend/src/assets/illustrations/coming-soon-illustration.tsx @@ -1,11 +1,7 @@ import type { SvgIconProps } from '@mui/material/SvgIcon'; - -import { memo } from 'react'; - import SvgIcon from '@mui/material/SvgIcon'; - +import { memo } from 'react'; import { CONFIG } from 'src/global-config'; - import { BackgroundShape } from './background-shape'; // ---------------------------------------------------------------------- diff --git a/03_source/frontend/src/assets/illustrations/forbidden-illustration.tsx b/03_source/frontend/src/assets/illustrations/forbidden-illustration.tsx index 9717641..9c39d7f 100644 --- a/03_source/frontend/src/assets/illustrations/forbidden-illustration.tsx +++ b/03_source/frontend/src/assets/illustrations/forbidden-illustration.tsx @@ -1,11 +1,7 @@ import type { SvgIconProps } from '@mui/material/SvgIcon'; - -import { memo } from 'react'; - import SvgIcon from '@mui/material/SvgIcon'; - +import { memo } from 'react'; import { CONFIG } from 'src/global-config'; - import { BackgroundShape } from './background-shape'; // ---------------------------------------------------------------------- diff --git a/03_source/frontend/src/assets/illustrations/maintenance-illustration.tsx b/03_source/frontend/src/assets/illustrations/maintenance-illustration.tsx index 4db18e1..9c81125 100644 --- a/03_source/frontend/src/assets/illustrations/maintenance-illustration.tsx +++ b/03_source/frontend/src/assets/illustrations/maintenance-illustration.tsx @@ -1,11 +1,7 @@ import type { SvgIconProps } from '@mui/material/SvgIcon'; - -import { memo } from 'react'; - import SvgIcon from '@mui/material/SvgIcon'; - +import { memo } from 'react'; import { CONFIG } from 'src/global-config'; - import { BackgroundShape } from './background-shape'; // ---------------------------------------------------------------------- diff --git a/03_source/frontend/src/assets/illustrations/motivation-illustration.tsx b/03_source/frontend/src/assets/illustrations/motivation-illustration.tsx index c1bd03e..18a20d4 100644 --- a/03_source/frontend/src/assets/illustrations/motivation-illustration.tsx +++ b/03_source/frontend/src/assets/illustrations/motivation-illustration.tsx @@ -1,11 +1,7 @@ import type { SvgIconProps } from '@mui/material/SvgIcon'; - -import { memo } from 'react'; - import SvgIcon from '@mui/material/SvgIcon'; - +import { memo } from 'react'; import { CONFIG } from 'src/global-config'; - import { BackgroundShape } from './background-shape'; // ---------------------------------------------------------------------- diff --git a/03_source/frontend/src/assets/illustrations/order-complete-illustration.tsx b/03_source/frontend/src/assets/illustrations/order-complete-illustration.tsx index d6b31d4..4e4c39c 100644 --- a/03_source/frontend/src/assets/illustrations/order-complete-illustration.tsx +++ b/03_source/frontend/src/assets/illustrations/order-complete-illustration.tsx @@ -1,11 +1,7 @@ import type { SvgIconProps } from '@mui/material/SvgIcon'; - -import { memo } from 'react'; - import SvgIcon from '@mui/material/SvgIcon'; - +import { memo } from 'react'; import { CONFIG } from 'src/global-config'; - import { BackgroundShape } from './background-shape'; // ---------------------------------------------------------------------- diff --git a/03_source/frontend/src/assets/illustrations/page-not-found-illustration.tsx b/03_source/frontend/src/assets/illustrations/page-not-found-illustration.tsx index 0736690..6a798ae 100644 --- a/03_source/frontend/src/assets/illustrations/page-not-found-illustration.tsx +++ b/03_source/frontend/src/assets/illustrations/page-not-found-illustration.tsx @@ -1,11 +1,7 @@ import type { SvgIconProps } from '@mui/material/SvgIcon'; - -import { memo } from 'react'; - import SvgIcon from '@mui/material/SvgIcon'; - +import { memo } from 'react'; import { CONFIG } from 'src/global-config'; - import { BackgroundShape } from './background-shape'; // ---------------------------------------------------------------------- diff --git a/03_source/frontend/src/assets/illustrations/seo-illustration.tsx b/03_source/frontend/src/assets/illustrations/seo-illustration.tsx index dfb64df..8f46bec 100644 --- a/03_source/frontend/src/assets/illustrations/seo-illustration.tsx +++ b/03_source/frontend/src/assets/illustrations/seo-illustration.tsx @@ -1,11 +1,7 @@ import type { SvgIconProps } from '@mui/material/SvgIcon'; - -import { memo } from 'react'; - import SvgIcon from '@mui/material/SvgIcon'; - +import { memo } from 'react'; import { CONFIG } from 'src/global-config'; - import { BackgroundShape } from './background-shape'; // ---------------------------------------------------------------------- diff --git a/03_source/frontend/src/assets/illustrations/upload-illustration.tsx b/03_source/frontend/src/assets/illustrations/upload-illustration.tsx index 18cac4f..50e187e 100644 --- a/03_source/frontend/src/assets/illustrations/upload-illustration.tsx +++ b/03_source/frontend/src/assets/illustrations/upload-illustration.tsx @@ -1,9 +1,6 @@ import type { SvgIconProps } from '@mui/material/SvgIcon'; - -import { memo } from 'react'; - import SvgIcon from '@mui/material/SvgIcon'; - +import { memo } from 'react'; import { BackgroundShape } from './background-shape'; // ----------------------------------------------------------------------