This commit is contained in:
Rizky 2024-02-13 19:02:34 +07:00
parent 1a171985e4
commit 9417b0fab8
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,6 @@
import { useCallback } from "react";
import { useGlobal } from "web-utils";
import { IItem } from "../../../../../utils/types/item";
import { EDGlobal, active } from "../../../logic/ed-global";
import { PanelAdv } from "./panel/advanced";
import { PanelAutoLayout } from "./panel/auto-layout";
@ -11,8 +12,6 @@ import { PanelLink } from "./panel/link";
import { PanelPadding } from "./panel/padding";
import { SideBox } from "./ui/SideBox";
import { SideLabel } from "./ui/SideLabel";
import { treeRebuild } from "../../../logic/tree/build";
import { IItem } from "../../../../../utils/types/item";
export const EdStyleAll = () => {
const p = useGlobal(EDGlobal, "EDITOR");