8 lines
223 B
TypeScript
8 lines
223 B
TypeScript
import ExecutiveSummaryPage from './executive-summary';
|
|
|
|
const DeliveryCommandPage: any = ExecutiveSummaryPage;
|
|
|
|
DeliveryCommandPage.getLayout = (ExecutiveSummaryPage as any).getLayout;
|
|
|
|
export default DeliveryCommandPage;
|