wip fix
This commit is contained in:
parent
144ba32027
commit
2d6f362d8f
|
|
@ -1,9 +1,9 @@
|
||||||
import { createId } from "@paralleldrive/cuid2";
|
import { createId } from "@paralleldrive/cuid2";
|
||||||
|
import { deepClone } from "web-utils";
|
||||||
import { IContent } from "../../../../utils/types/general";
|
import { IContent } from "../../../../utils/types/general";
|
||||||
import { IItem } from "../../../../utils/types/item";
|
import { IItem } from "../../../../utils/types/item";
|
||||||
import { FNComponent } from "../../../../utils/types/meta-fn";
|
import { FNComponent } from "../../../../utils/types/meta-fn";
|
||||||
import { EdMeta, PG } from "../ed-global";
|
import { EdMeta, PG } from "../ed-global";
|
||||||
import { deepClone } from "web-utils";
|
|
||||||
|
|
||||||
export const walkLoad = async (
|
export const walkLoad = async (
|
||||||
p: { map: PG["comp"]["map"] },
|
p: { map: PG["comp"]["map"] },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue