From d0a6ebfafe42cd47c08613a4634cd63937545e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=90=E1=85=A2=E1=84=92=E1=85=AE?= =?UTF-8?q?=E1=86=AB?= Date: Fri, 20 Sep 2024 17:39:27 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20NumberKeyboard=20import=20=EC=9E=98?= =?UTF-8?q?=EB=AA=BB=20=EC=A7=80=EC=A0=95=EB=90=9C=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/BillPage/AddBillFunnel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/BillPage/AddBillFunnel.tsx b/client/src/pages/BillPage/AddBillFunnel.tsx index 71ce03037..055852a65 100644 --- a/client/src/pages/BillPage/AddBillFunnel.tsx +++ b/client/src/pages/BillPage/AddBillFunnel.tsx @@ -1,4 +1,4 @@ -import NumberKeyboard from '@components/Design/NumberKeyboard/NumberKeyboard'; +import NumberKeyboard from '@components/Design/components/NumberKeyboard/NumberKeyboard'; import {css} from '@emotion/react'; import {useEffect, useState} from 'react'; import {useNavigate} from 'react-router-dom';