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() { 상품 이름 가격 수량 - 소비기한 + 소비기한