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 {
|
import {
|
||||||
keys, some
|
keys, some
|
||||||
} from "lodash/fp";
|
} from "lodash/fp";
|
||||||
|
|
|
@ -2,8 +2,8 @@ import {
|
||||||
validatePropsDefinition,
|
validatePropsDefinition,
|
||||||
validateProps,
|
validateProps,
|
||||||
recursivelyValidate
|
recursivelyValidate
|
||||||
} from "../src/userInterface/propsDefinitionParsing/validateProps";
|
} from "../src/userInterface/pagesParsing/validateProps";
|
||||||
import { createProps } from "../src/userInterface/propsDefinitionParsing/createProps";
|
import { createProps } from "../src/userInterface/pagesParsing/createProps";
|
||||||
|
|
||||||
// not that allot of this functionality is covered
|
// not that allot of this functionality is covered
|
||||||
// in createDefaultProps - as validate props uses that.
|
// in createDefaultProps - as validate props uses that.
|
||||||
|
|
Loading…
Reference in New Issue