Skip to content

Commit f2c4de3

Browse files
committed
formating removed-15
1 parent 410df7a commit f2c4de3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/packages/lowcoder/src/comps/comps/buttonComp/toggleButtonComp.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import { ChangeEventHandlerControl } from "../../controls/eventHandlerControl";
1313
import { CommonNameConfig, NameConfig, withExposingConfigs } from "../../generators/withExposing";
1414
import { Button100, ButtonCompWrapper, buttonRefMethods } from "./buttonCompConstants";
1515
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";
1818
import {
1919
AnimationStyle,
2020
AnimationStyleType,
@@ -24,7 +24,7 @@ import { styleControl } from "comps/controls/styleControl";
2424
import { BoolControl } from "comps/controls/boolControl";
2525
import { RefControl } from "comps/controls/refControl";
2626
import React, { useContext } from "react";
27-
import { EditorContext } from "comps/editorState";
27+
import { EditorContext } from "comps/editorState";
2828

2929
const IconWrapper = styled.div`
3030
display: flex;

0 commit comments

Comments
 (0)