import React from 'react';

import './pages-procurement-packing-material-components-store-consumption-mp-form.css';

/* eslint-disable-next-line */
export interface PagesProcurementPackingMaterialComponentsStoreConsumptionMpFormProps {}

export function PagesProcurementPackingMaterialComponentsStoreConsumptionMpForm(
  props: PagesProcurementPackingMaterialComponentsStoreConsumptionMpFormProps
) {
  return (
    <div>
      <h1>
        Welcome to
        pages-procurement-packing-material-components-store-consumption-mp-form!
      </h1>
    </div>
  );
}

export default PagesProcurementPackingMaterialComponentsStoreConsumptionMpForm;
