import React from 'react';

import './pages-production-management-production-management-components-peeling-preparation-grid.css';

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

export function PagesProductionManagementProductionManagementComponentsPeelingPreparationGrid(
  props: PagesProductionManagementProductionManagementComponentsPeelingPreparationGridProps
) {
  return (
    <div>
      <h1>
        Welcome to
        pages-production-management-production-management-components-peeling-preparation-grid!
      </h1>
    </div>
  );
}

export default PagesProductionManagementProductionManagementComponentsPeelingPreparationGrid;
