src/applications/_mock-form-ae-design-patterns/patterns/pattern2/TaskOrange/utils/optOutStatus.js
import ApplicationStatus from 'platform/forms/save-in-progress/ApplicationStatus';
// helper module so that we can code split with both of these components
// in the same bundle
export default {
ApplicationStatus,
};