Skip to content

Commit

Permalink
chore: 환영 배너 내리기 (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
seojisoosoo authored Oct 11, 2023
1 parent c744e72 commit a567c55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/common/Banner/ActiveBannerSlot.tsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
import styled from '@emotion/styled';
import { FC } from 'react';

import WelcomeBanner from '@/components/common/Banner/WelcomeBanner';

interface ActiveBannerSlotProps {}

const ActiveBannerSlot: FC<ActiveBannerSlotProps> = ({}) => {
return (
<StyledActiveBanner>
{/* 이 밑에 노출할 배너를 넣으세요. */}
{/* ==== */}
<WelcomeBanner />
</StyledActiveBanner>
);
};
Expand Down

0 comments on commit a567c55

Please sign in to comment.