diff --git a/frontend/src/components/CategoryDropDown.tsx b/frontend/src/components/CategoryDropDown.tsx index fce3e55..74ded65 100644 --- a/frontend/src/components/CategoryDropDown.tsx +++ b/frontend/src/components/CategoryDropDown.tsx @@ -16,7 +16,7 @@ const CategoryDropDown = () => { onChange={(event) => setSelectedValue(event.target.value)} > 乳製品 - 肉・魚 + 魚・肉 野菜 調味料 その他 diff --git a/frontend/src/pages/StockPage.tsx b/frontend/src/pages/StockPage.tsx index e305d3b..049ae97 100644 --- a/frontend/src/pages/StockPage.tsx +++ b/frontend/src/pages/StockPage.tsx @@ -19,7 +19,6 @@ import { } from '@mui/material'; import { TASK_ERRORS } from '../constants/errorMessages'; -import CategoryDropDown from "../components/CategoryDropDown"; const StockPage: React.FC = () => { diff --git a/frontend/src/pages/TaskListPage.tsx b/frontend/src/pages/TaskListPage.tsx index 5ec6c38..4eccf04 100644 --- a/frontend/src/pages/TaskListPage.tsx +++ b/frontend/src/pages/TaskListPage.tsx @@ -36,8 +36,6 @@ import { import { Task, ToBuy, Stuff } from '../types/types'; import { TASK_ERRORS } from '../constants/errorMessages'; //import { FaCarrot } from "react-icons/fa6"; //エラー起きる いったん保留 -import CategoryDropDown from "../components/CategoryDropDown"; - @@ -258,7 +256,7 @@ const TaskListPage: React.FC = () => { onChange={(e) => onChangeCategory(e.target.value) } > 乳製品 - 肉・魚 + 魚・肉 野菜 調味料 その他