refactor: organized components based on domain
This commit is contained in:
@@ -13,9 +13,9 @@ import Button from "../../components/Button/Button";
|
||||
import { PencilIcon, TrashIcon } from "@heroicons/react/24/outline";
|
||||
import { Grid } from "../../components/Grid/Grid";
|
||||
import { useModalStore } from "../../context/zustand-store/appStore";
|
||||
import { AddProduct } from "../../partials/feed-input/AddProduct";
|
||||
import { AddProduct } from "../../partials/LiveStock/feed-input/AddProduct";
|
||||
import { getAbleToSee } from "../../utils/getAbleToSee";
|
||||
import { DeleteProduct } from "../../partials/feed-input/DeleteProduct";
|
||||
import { DeleteProduct } from "../../partials/LiveStock/feed-input/DeleteProduct";
|
||||
|
||||
interface Category {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user