File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
client/packages/lowcoder/src/comps/comps/buttonComp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import { ChangeEventHandlerControl } from "../../controls/eventHandlerControl";
13
13
import { CommonNameConfig , NameConfig , withExposingConfigs } from "../../generators/withExposing" ;
14
14
import { Button100 , ButtonCompWrapper , buttonRefMethods } from "./buttonCompConstants" ;
15
15
import { IconControl } from "comps/controls/iconControl" ;
16
- import { AlignWithStretchControl , LeftRightControl } from "comps/controls/dropdownControl" ;
17
- import { booleanExposingStateControl } from "comps/controls/codeStateControl" ;
16
+ import { AlignWithStretchControl , LeftRightControl } from "comps/controls/dropdownControl" ;
17
+ import { booleanExposingStateControl } from "comps/controls/codeStateControl" ;
18
18
import {
19
19
AnimationStyle ,
20
20
AnimationStyleType ,
@@ -24,7 +24,7 @@ import { styleControl } from "comps/controls/styleControl";
24
24
import { BoolControl } from "comps/controls/boolControl" ;
25
25
import { RefControl } from "comps/controls/refControl" ;
26
26
import React , { useContext } from "react" ;
27
- import { EditorContext } from "comps/editorState" ;
27
+ import { EditorContext } from "comps/editorState" ;
28
28
29
29
const IconWrapper = styled . div `
30
30
display: flex;
You can’t perform that action at this time.
0 commit comments