File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
packages/simplr-forms-core/src Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import * as ValueHelpers from "../utils/value-helpers";
14
14
import { FormContextPropsObject } from "../contracts/form" ;
15
15
import { FormStore } from "../stores/form-store" ;
16
16
import { FormStoreStateRecord } from "../contracts/form-store" ;
17
- import * as FormStoreActions from "../stores /form-store-actions" ;
17
+ import * as FormStoreActions from "../actions /form-store-actions" ;
18
18
// import { FieldsGroupContextProps } from "../contracts/fields-group";
19
19
import { FSHContainer } from "../stores/form-stores-handler" ;
20
20
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import * as Immutable from "immutable";
2
2
import { recordify } from "typed-immutable-record" ;
3
3
import { ActionEmitter } from "action-emitter" ;
4
4
5
- import * as Actions from "./form-store-actions" ;
5
+ import * as Actions from "../actions /form-store-actions" ;
6
6
import {
7
7
FieldState ,
8
8
FieldValue ,
You can’t perform that action at this time.
0 commit comments