fix: import statement from icon

This commit is contained in:
2026-07-09 15:29:14 +02:00
parent 580db6afe9
commit aa87442557
+1 -1
View File
@@ -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 = () => {