Skip to content

Commit

Permalink
Update spec coverage for form pages in the Health Care Application (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
longmd authored Nov 27, 2024
1 parent ea3d579 commit acb6820
Show file tree
Hide file tree
Showing 9 changed files with 232 additions and 343 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import FormNavButtons from '~/platform/forms-system/src/js/components/FormNavButtons';
import FormNavButtons from 'platform/forms-system/src/js/components/FormNavButtons';
import { LAST_YEAR } from '../../utils/constants';

const HouseholdFinancialOnboarding = props => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import FormNavButtons from '~/platform/forms-system/src/js/components/FormNavButtons';
import FormNavButtons from 'platform/forms-system/src/js/components/FormNavButtons';
import EnhancedEligibilityDescription from '../FormDescriptions/EnhancedEligibilityDescription';
import { LAST_YEAR } from '../../utils/constants';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import FormNavButtons from '~/platform/forms-system/src/js/components/FormNavButtons';
import FormNavButtons from 'platform/forms-system/src/js/components/FormNavButtons';

const InsuranceInformation = props => {
const {
Expand Down
Loading

0 comments on commit acb6820

Please sign in to comment.