This commit is contained in:
Rizky 2023-11-21 23:09:28 +07:00
parent 144ba32027
commit 2d6f362d8f
1 changed files with 1 additions and 1 deletions

View File

@ -1,9 +1,9 @@
import { createId } from "@paralleldrive/cuid2";
import { deepClone } from "web-utils";
import { IContent } from "../../../../utils/types/general";
import { IItem } from "../../../../utils/types/item";
import { FNComponent } from "../../../../utils/types/meta-fn";
import { EdMeta, PG } from "../ed-global";
import { deepClone } from "web-utils";
export const walkLoad = async (
p: { map: PG["comp"]["map"] },