Skip to content

Commit f107746

Browse files
small fix
1 parent 086334c commit f107746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/textComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ import { PaddingControl } from "../controls/paddingControl";
2121
import React, { useContext, useEffect } from "react";
2222
import { EditorContext } from "comps/editorState";
2323
import { clickEvent, eventHandlerControl } from "../controls/eventHandlerControl";
24+
import { useMergeCompStyles } from "@lowcoder-ee/util/hooks";
2425

2526
const EventOptions = [clickEvent] as const;
26-
import { useMergeCompStyles } from "@lowcoder-ee/util/hooks";
2727

2828
const getStyle = (style: TextStyleType) => {
2929
return css`

0 commit comments

Comments
 (0)