From 2faad25efa79a9f28be81025ca479baab6acd7fb Mon Sep 17 00:00:00 2001 From: stakbucks Date: Thu, 3 Oct 2024 19:04:51 +0900 Subject: [PATCH] fix(bottle): lint --- .../src/components/common/bottle-card/IntroductionBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';