Skip to content

Commit

Permalink
chore: build 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Jan 21, 2024
1 parent 69aa63a commit d18a25f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/shared/carousel/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const settings = {

function Banner({ bannerData }: { bannerData: IBannerData[] }) {
return (
// <div className={cx('container')}>
<div className="container">
<Slider {...settings} dotsClass="dotsCustom">
{bannerData.map((slide) => {
Expand Down
3 changes: 0 additions & 3 deletions src/components/shared/carousel/RecommendList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import Slider from 'react-slick';
import Image from 'next/image';
import Link from 'next/link';

import 'slick-carousel/slick/slick.css';
import 'slick-carousel/slick/slick-theme.css';

import Flex from '@shared/flex/Flex';
import Text from '@shared/text/Text';

Expand Down

0 comments on commit d18a25f

Please sign in to comment.