department-of-veterans-affairs/vets-website

View on GitHub
src/applications/pensions/config/chapters/02-military-history/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import servicePeriod from './servicePeriod';
import hasOtherNames from './hasOtherNames';
import otherNames from './otherNames';
import { otherNamesPages } from './otherNamesPages';
import pow from './pow';

export default {
  title: 'Military history',
  pages: {
    servicePeriod,
    hasOtherNames,
    otherNames,
    ...otherNamesPages,
    pow,
  },
};