fix: import statement from icon
This commit is contained in:
@@ -9,7 +9,7 @@ import { formatDate } from "../utils/uxFncs";
|
|||||||
import Cookies from "js-cookie";
|
import Cookies from "js-cookie";
|
||||||
import type { AlertInterface, ProductRow } from "../misc/interfaces";
|
import type { AlertInterface, ProductRow } from "../misc/interfaces";
|
||||||
import type { ApiError } from "../utils/api/apiError";
|
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";
|
import { MyAlert } from "../components/MyAlert.tsx";
|
||||||
|
|
||||||
export const InventoryPage = () => {
|
export const InventoryPage = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user