department-of-veterans-affairs/vets-website

View on GitHub
src/applications/disability-benefits/686c-674/config/chapters/674/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import * as studentNameAndSsn from './student-name-ssn/studentNameSSN';
import * as studentAddressMarriageTuition from './student-address-marriage-tuition/studentAddressMarriageTuition';
import * as studentTermDates from './student-term-dates/studentTermDates';
import * as studentLastTerm from './student-last-term-information/studentLastTerm';
import * as studentIncomeInformation from './student-income-information/studentIncomeInformation';
import * as studentNetworthInformation from './student-networth-information/studentNetworthInformation';

export {
  studentNameAndSsn,
  studentAddressMarriageTuition,
  studentTermDates,
  studentLastTerm,
  studentIncomeInformation,
  studentNetworthInformation,
};