import InventoryProductTable from '@/components/pages/inventory/product/InventoryProductTable'; const InventoryProductPage = () => { return (
); }; export default InventoryProductPage;