From 23b913afcdf685baf776408ebfbe82b679e4b110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=90=E1=85=A2=E1=84=92=E1=85=AE?= =?UTF-8?q?=E1=86=AB?= Date: Wed, 23 Oct 2024 15:12:27 +0900 Subject: [PATCH] =?UTF-8?q?style:=20lint=20=EC=A0=81=EC=9A=A9=20=EB=B0=8F?= =?UTF-8?q?=20=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20?= =?UTF-8?q?=EC=A3=BC=EC=84=9D=EA=B3=BC=20=EC=BD=94=EB=93=9C=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/MainPage/MainPage.tsx | 2 +- client/src/pages/MainPage/Section/CreatorSection/Avatar.tsx | 1 + .../FeatureSection/AutoCalculate/AutoCalculate.style.ts | 1 - .../Section/FeatureSection/CheckDeposit/CheckDeposit.style.ts | 1 - .../pages/MainPage/Section/FeatureSection/FeatureSection.tsx | 3 ++- .../RecordMemoryWithPhoto/RecordMemoryWithPhoto.style.ts | 1 - .../Section/FeatureSection/SimpleShare/SimpleShare.style.ts | 1 - .../FeatureSection/SimpleTransfer/SimpleTransfer.style.ts | 1 - 8 files changed, 4 insertions(+), 7 deletions(-) diff --git a/client/src/pages/MainPage/MainPage.tsx b/client/src/pages/MainPage/MainPage.tsx index 3901da27..f6663f61 100644 --- a/client/src/pages/MainPage/MainPage.tsx +++ b/client/src/pages/MainPage/MainPage.tsx @@ -1,4 +1,5 @@ import useAmplitude from '@hooks/useAmplitude'; +import useMainPageYScroll from '@hooks/useMainPageYScroll'; import Nav from './Nav/Nav'; import {MainSection} from './Section/MainSection'; @@ -6,7 +7,6 @@ import {DescriptionSection} from './Section/DescriptionSection'; import {FeatureSection} from './Section/FeatureSection'; import {mainContainer} from './MainPage.style'; import CreatorSection from './Section/CreatorSection/CreatorSection'; -import useMainPageYScroll from '@hooks/useMainPageYScroll'; const MainPage = () => { const {trackStartCreateEvent} = useAmplitude(); diff --git a/client/src/pages/MainPage/Section/CreatorSection/Avatar.tsx b/client/src/pages/MainPage/Section/CreatorSection/Avatar.tsx index f97daeb7..d559325e 100644 --- a/client/src/pages/MainPage/Section/CreatorSection/Avatar.tsx +++ b/client/src/pages/MainPage/Section/CreatorSection/Avatar.tsx @@ -1,6 +1,7 @@ import {css} from '@emotion/react'; import {Text} from '@components/Design'; + import {avatarImageStyle, avatarStyle} from './Avatar.style'; interface Props { diff --git a/client/src/pages/MainPage/Section/FeatureSection/AutoCalculate/AutoCalculate.style.ts b/client/src/pages/MainPage/Section/FeatureSection/AutoCalculate/AutoCalculate.style.ts index b06b8ca9..41790116 100644 --- a/client/src/pages/MainPage/Section/FeatureSection/AutoCalculate/AutoCalculate.style.ts +++ b/client/src/pages/MainPage/Section/FeatureSection/AutoCalculate/AutoCalculate.style.ts @@ -7,7 +7,6 @@ export const sectionStyle = css({ flexDirection: 'column', justifyContent: 'center', alignItems: 'center', - // backgroundColor: '#ffffff', }); export const articleStyle = css({ diff --git a/client/src/pages/MainPage/Section/FeatureSection/CheckDeposit/CheckDeposit.style.ts b/client/src/pages/MainPage/Section/FeatureSection/CheckDeposit/CheckDeposit.style.ts index f8d755df..4cd328d8 100644 --- a/client/src/pages/MainPage/Section/FeatureSection/CheckDeposit/CheckDeposit.style.ts +++ b/client/src/pages/MainPage/Section/FeatureSection/CheckDeposit/CheckDeposit.style.ts @@ -7,7 +7,6 @@ export const sectionStyle = css({ flexDirection: 'column', justifyContent: 'center', alignItems: 'center', - // backgroundColor: '#DFC1FF', }); export const articleStyle = css({ diff --git a/client/src/pages/MainPage/Section/FeatureSection/FeatureSection.tsx b/client/src/pages/MainPage/Section/FeatureSection/FeatureSection.tsx index df2a773f..f7ab25bf 100644 --- a/client/src/pages/MainPage/Section/FeatureSection/FeatureSection.tsx +++ b/client/src/pages/MainPage/Section/FeatureSection/FeatureSection.tsx @@ -1,11 +1,12 @@ import {css} from '@emotion/react'; +import useMainPageYScroll from '@hooks/useMainPageYScroll'; + import {SimpleShare} from './SimpleShare'; import {AutoCalculate} from './AutoCalculate'; import {CheckDeposit} from './CheckDeposit'; import {SimpleTransfer} from './SimpleTransfer'; import {RecordMemoryWithPhoto} from './RecordMemoryWithPhoto'; -import useMainPageYScroll from '@hooks/useMainPageYScroll'; const FeatureSection = () => { const {featureSectionRef} = useMainPageYScroll(); diff --git a/client/src/pages/MainPage/Section/FeatureSection/RecordMemoryWithPhoto/RecordMemoryWithPhoto.style.ts b/client/src/pages/MainPage/Section/FeatureSection/RecordMemoryWithPhoto/RecordMemoryWithPhoto.style.ts index 82ab6566..cac040ec 100644 --- a/client/src/pages/MainPage/Section/FeatureSection/RecordMemoryWithPhoto/RecordMemoryWithPhoto.style.ts +++ b/client/src/pages/MainPage/Section/FeatureSection/RecordMemoryWithPhoto/RecordMemoryWithPhoto.style.ts @@ -7,7 +7,6 @@ export const sectionStyle = css({ flexDirection: 'column', justifyContent: 'center', alignItems: 'center', - // backgroundColor: '#C1CFFF', }); export const articleStyle = css({ diff --git a/client/src/pages/MainPage/Section/FeatureSection/SimpleShare/SimpleShare.style.ts b/client/src/pages/MainPage/Section/FeatureSection/SimpleShare/SimpleShare.style.ts index 78cc4179..ad2279f7 100644 --- a/client/src/pages/MainPage/Section/FeatureSection/SimpleShare/SimpleShare.style.ts +++ b/client/src/pages/MainPage/Section/FeatureSection/SimpleShare/SimpleShare.style.ts @@ -7,7 +7,6 @@ export const sectionStyle = css({ flexDirection: 'column', justifyContent: 'center', alignItems: 'center', - // backgroundColor: '#FFA5B8', }); export const articleStyle = css({ diff --git a/client/src/pages/MainPage/Section/FeatureSection/SimpleTransfer/SimpleTransfer.style.ts b/client/src/pages/MainPage/Section/FeatureSection/SimpleTransfer/SimpleTransfer.style.ts index 34f6696c..5c996369 100644 --- a/client/src/pages/MainPage/Section/FeatureSection/SimpleTransfer/SimpleTransfer.style.ts +++ b/client/src/pages/MainPage/Section/FeatureSection/SimpleTransfer/SimpleTransfer.style.ts @@ -7,7 +7,6 @@ export const sectionStyle = css({ flexDirection: 'column', justifyContent: 'center', alignItems: 'center', - // backgroundColor: '#ffffff', }); export const articleStyle = css({