import React from 'react';

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

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

export function PagesProductionManagementProductionManagementComponentsBeheadingGrid(
  props: PagesProductionManagementProductionManagementComponentsBeheadingGridProps
) {
  return (
    <div>
      <h1>
        Welcome to
        pages-production-management-production-management-components-beheading-grid!
      </h1>
    </div>
  );
}

export default PagesProductionManagementProductionManagementComponentsBeheadingGrid;
