Skip to content

Commit

Permalink
fix: added SurveyUnitIdentification import
Browse files Browse the repository at this point in the history
  • Loading branch information
prwozny committed Jan 10, 2025
1 parent 4d83a95 commit 13761ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from './questionsTree/indtelQuestionsTree';
import { houseF2FIdentificationQuestionsTree } from './questionsTree/houseF2FQuestionsTree';
import { houseTelIdentificationQuestionsTree } from './questionsTree/HouseTelQuestionsTree';
import { SurveyUnit } from 'types/pearl';
import { SurveyUnit, SurveyUnitIdentification } from 'types/pearl';
import { checkValidityForTransmissionNoident, getLastState } from '../surveyUnitFunctions';
import { StateValues, surveyUnitStateEnum } from 'utils/enum/SUStateEnum';
import { contactOutcomeEnum, ContactOutcomeValue } from 'utils/enum/ContactOutcomeEnum';
Expand Down

0 comments on commit 13761ab

Please sign in to comment.