diff --git a/apps/bottle/src/components/common/bottle-card/IntroductionBox.tsx b/apps/bottle/src/components/common/bottle-card/IntroductionBox.tsx index b4e5e6c..c315193 100644 --- a/apps/bottle/src/components/common/bottle-card/IntroductionBox.tsx +++ b/apps/bottle/src/components/common/bottle-card/IntroductionBox.tsx @@ -1,4 +1,4 @@ -import { Paragraph, typography } from '@bottlesteam/ui'; +import { Paragraph } from '@bottlesteam/ui'; import type { ReactNode } from 'react'; import { introductionBoxStyle } from './bottleCardstyle.css';