Skip to content

Commit d9b0b01

Browse files
fix: 🐛 resolving the wrong import path of the model
This commit will resolve the wrong import of the model interface path
1 parent dc49c9a commit d9b0b01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/ngx-dhis2-validation-rule-filter/src/lib/containers/validation-rule-group/ngx-dhis2-validation-rule-filter.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import {
1313

1414
import { Fn } from '@iapps/function-analytics';
1515
import { PeriodTypes } from '../../models/period-types.model';
16-
import { ValidationRuleGroup } from 'ngx-dhis2-validation-rule-filter/lib/models/validation-rule-group';
16+
import { ValidationRuleGroup } from '../../models/validation-rule-group';
17+
1718

1819
@Component({
1920
selector: 'lib-ngx-dhis2-validation-rule-filter',

0 commit comments

Comments
 (0)