incorrect imports, after folder rename
This commit is contained in:
parent
fe67c21627
commit
698a5678ed
|
@ -1,4 +1,4 @@
|
|||
import { createProps } from "../src/userInterface/propsDefinitionParsing/createProps";
|
||||
import { createProps } from "../src/userInterface/pagesParsing/createProps";
|
||||
import {
|
||||
keys, some
|
||||
} from "lodash/fp";
|
||||
|
|
|
@ -2,8 +2,8 @@ import {
|
|||
validatePropsDefinition,
|
||||
validateProps,
|
||||
recursivelyValidate
|
||||
} from "../src/userInterface/propsDefinitionParsing/validateProps";
|
||||
import { createProps } from "../src/userInterface/propsDefinitionParsing/createProps";
|
||||
} from "../src/userInterface/pagesParsing/validateProps";
|
||||
import { createProps } from "../src/userInterface/pagesParsing/createProps";
|
||||
|
||||
// not that allot of this functionality is covered
|
||||
// in createDefaultProps - as validate props uses that.
|
||||
|
|
Loading…
Reference in New Issue