From aa874425572bf875b6ee2a3bf872fbbf43758f8c Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Thu, 9 Jul 2026 15:29:14 +0200 Subject: [PATCH] fix: import statement from icon --- frontend/src/pages/Inventory.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Inventory.tsx b/frontend/src/pages/Inventory.tsx index c838168..8ae3752 100644 --- a/frontend/src/pages/Inventory.tsx +++ b/frontend/src/pages/Inventory.tsx @@ -9,7 +9,7 @@ import { formatDate } from "../utils/uxFncs"; import Cookies from "js-cookie"; import type { AlertInterface, ProductRow } from "../misc/interfaces"; import type { ApiError } from "../utils/api/apiError"; -import CategoryIcon from "@mui/icons-material/category"; +import CategoryIcon from "@mui/icons-material/Category"; import { MyAlert } from "../components/MyAlert.tsx"; export const InventoryPage = () => {