From b6627348dc875856cac357af65c31a5c26a455af Mon Sep 17 00:00:00 2001 From: Mingi Kang Date: Sat, 20 Apr 2024 16:42:00 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20=EC=A0=90=EC=A3=BC=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EB=B2=84=ED=8A=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix 점주 페이지 버튼 수정 --- src/pages/ceo/Inventory.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/ceo/Inventory.js b/src/pages/ceo/Inventory.js index a30c9a6..2fa067c 100644 --- a/src/pages/ceo/Inventory.js +++ b/src/pages/ceo/Inventory.js @@ -1,6 +1,7 @@ import axios from "axios"; import React, { useEffect, useState } from "react"; import Pagination from "react-js-pagination"; +import { FaArrowDown91 } from "react-icons/fa6"; export default function Inventory() { const [inventory, setInventory] = useState([]); @@ -72,7 +73,7 @@ export default function Inventory() { 상품 이름 가격 수량 - 소비기한 + 소비기한