import React from 'react';

import './pages-production-management-production-management-components-sub-plant-val-addition.css';

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

export function PagesProductionManagementProductionManagementComponentsSubPlantValAddition(
  props: PagesProductionManagementProductionManagementComponentsSubPlantValAdditionProps
) {
  return (
    <div>
      <h1>
        Welcome to
        pages-production-management-production-management-components-sub-plant-val-addition!
      </h1>
    </div>
  );
}

export default PagesProductionManagementProductionManagementComponentsSubPlantValAddition;
