From 4ff6f1d7d6c8f02588bb725710365d401951d6e2 Mon Sep 17 00:00:00 2001 From: arrow2nd <44780846+arrow2nd@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:08:49 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20import=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/organisms/search-colors/color-button.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/organisms/search-colors/color-button.tsx b/components/organisms/search-colors/color-button.tsx index 4f707fa..392b147 100644 --- a/components/organisms/search-colors/color-button.tsx +++ b/components/organisms/search-colors/color-button.tsx @@ -1,3 +1,4 @@ +import { JSX } from 'react' import ColorSampleCircle from 'components/atoms/color-sample/circle' import { SearchColor } from 'types/search-color'