import React from 'react';

import './pages-logistics-logistics-components-capture-gross-weight-form.css';

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

export function PagesLogisticsLogisticsComponentsCaptureGrossWeightForm(
  props: PagesLogisticsLogisticsComponentsCaptureGrossWeightFormProps
) {
  return (
    <div>
      <h1>
        Welcome to
        pages-logistics-logistics-components-capture-gross-weight-form!
      </h1>
    </div>
  );
}

export default PagesLogisticsLogisticsComponentsCaptureGrossWeightForm;
