import { CostsheetService } from '../CostsheetService'; import { Layout } from '../../../layout/Layout'; import { UploadIndex } from '../../../shared/UploadIndex'; import breadcrumbs from './breadcrumbs.json'; export const CostsheetUploadIndex = () => { const action = { label: 'Upload new', to: `create`, }; return ( ); };