department-of-veterans-affairs/vets-website

View on GitHub
src/applications/income-and-asset-statement/config/chapters/10-unreported-assets/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import { unreportedAssetPages } from './unreportedAssetPages';

export default {
  title: 'Assets previously not reported information',
  pages: unreportedAssetPages,
};