From da310fad6301fb2a81844a896f3fecf0d59bc553 Mon Sep 17 00:00:00 2001 From: Seojisoo20191941 Date: Wed, 11 Oct 2023 17:59:42 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=99=98=EC=98=81=20=EB=B0=B0?= =?UTF-8?q?=EB=84=88=20=EB=82=B4=EB=A6=AC=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Banner/ActiveBannerSlot.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/common/Banner/ActiveBannerSlot.tsx b/src/components/common/Banner/ActiveBannerSlot.tsx index e36ba0ec4..073527e5d 100644 --- a/src/components/common/Banner/ActiveBannerSlot.tsx +++ b/src/components/common/Banner/ActiveBannerSlot.tsx @@ -1,8 +1,6 @@ import styled from '@emotion/styled'; import { FC } from 'react'; -import WelcomeBanner from '@/components/common/Banner/WelcomeBanner'; - interface ActiveBannerSlotProps {} const ActiveBannerSlot: FC = ({}) => { @@ -10,7 +8,6 @@ const ActiveBannerSlot: FC = ({}) => { {/* 이 밑에 노출할 배너를 넣으세요. */} {/* ==== */} - ); };