Skip to content

Commit cae09e3

Browse files
committed
chore : fix build error
1 parent fd37b64 commit cae09e3

File tree

14 files changed

+1
-502
lines changed

14 files changed

+1
-502
lines changed

src/app/components/common/Button/Button.stories.tsx

-8
This file was deleted.

src/app/components/common/Button/Button.tsx

-7
This file was deleted.

src/app/components/common/Test/Test.css.ts

-8
This file was deleted.

src/app/components/common/Test/Test.stories.tsx

-8
This file was deleted.

src/app/components/common/Test/Test.tsx

-14
This file was deleted.

src/app/components/common/Test/index.ts

-2
This file was deleted.

src/app/components/common/index.ts

-1
This file was deleted.

src/app/components/main/ActivitySection/Slider.css.ts

-138
This file was deleted.

src/app/components/main/ActivitySection/Slider.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { ReactNode } from 'react';
21
import Image from 'next/image';
32
import Link from 'next/link';
43

src/app/components/main/BrandSection/BrandSection.tsx

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
import Image from 'next/image';
22
import SectionWrapper from '../SectionWrapper';
3-
import Star from '@public/icons/Star.svg';
4-
import SmileFace from '@public/icons/SmileFace.svg';
5-
import WorldWithFlag from '@public/icons/WorldWithFlag.svg';
6-
import UnderScore from '@public/icons/UnderScore.svg';
7-
import PaperAirplane from '@public/icons/PaperAirplane.svg';
8-
import { COLORS } from '@/app/constants/styles';
93

104
const BrandSection = () => {
115
return (
@@ -91,7 +85,7 @@ const BrandSection = () => {
9185
md:text-[24px]
9286
sm:text-[20px]
9387
hipi
94-
"> 세상</span>
88+
">세상</span>
9589
<span className="mx-1">
9690
<Image
9791
src="/icons/WorldWithFlag.svg"

src/app/components/main/PictureSection/PictureSection.css.ts

-140
This file was deleted.

0 commit comments

Comments
 (0)