From 3bbb57b09b0ea5b213ebd617b88777e0ea80a70b Mon Sep 17 00:00:00 2001 From: brian <90752841+wokbjso@users.noreply.github.com> Date: Wed, 9 Oct 2024 02:15:06 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20next/image=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/on-boarding/components/molecules/steps.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/on-boarding/components/molecules/steps.tsx b/features/on-boarding/components/molecules/steps.tsx index 9d482cc7..c37b33f6 100644 --- a/features/on-boarding/components/molecules/steps.tsx +++ b/features/on-boarding/components/molecules/steps.tsx @@ -1,6 +1,6 @@ +import Image from 'next/image'; import { Fragment } from 'react'; -import { Image } from '@/components/atoms'; import { css } from '@/styled-system/css'; import { flex } from '@/styled-system/patterns';