Skip to content

Commit

Permalink
fix export issue with import of types
Browse files Browse the repository at this point in the history
Signed-off-by: David Markowski <[email protected]>
  • Loading branch information
David Markowski committed Sep 26, 2023
1 parent 2dd2ad4 commit 929939c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/global/ExportCKLModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ import {
Assettype,
Role,
Techarea
} from '@mitre/hdf-converters/types/checklistJsonix';
} from '@mitre/hdf-converters/src/ckl-mapper/checklistJsonix';
import {ExecJSON} from 'inspecjs';
import {Dependency} from 'inspecjs/src/generated_parsers/v_1_0/exec-json';
import _ from 'lodash';
Expand Down

0 comments on commit 929939c

Please sign in to comment.