This commit is contained in:
Moaz Dawalibi 2024-09-14 14:41:13 +03:00
parent 4b3246e6e8
commit 36feda0b43

View File

@ -1,5 +1,5 @@
import { TableColumnsType } from "antd";
import { single_user, user } from "../../../types/Item";
import { user } from "../../../types/Item";
import { ModalEnum } from "../../../enums/Model";
import { useObjectToEdit } from "../../../zustand/ObjectToEditState";
import { useModalState } from "../../../zustand/Modal";