diff --git a/src/pages/product/attribute/AttributeValues.tsx b/src/pages/product/attribute/AttributeValues.tsx index efd2ff1..680b640 100644 --- a/src/pages/product/attribute/AttributeValues.tsx +++ b/src/pages/product/attribute/AttributeValues.tsx @@ -2,6 +2,8 @@ import { type FC } from 'react' import { useParams } from 'react-router-dom' import { useGetAttributeValues } from '../hooks/useProductData' import CreateValue from '../components/CreateValue' +import Table from '@/components/Table' +import { Edit } from 'iconsax-react' const AttributeValues: FC = () => { @@ -19,6 +21,36 @@ const AttributeValues: FC = () => { /> +