We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea58eae commit 7fc9182Copy full SHA for 7fc9182
client/packages/lowcoder/src/comps/comps/layout/mobileTabLayout.tsx
@@ -33,9 +33,6 @@ import { AlignRight } from "lowcoder-design";
33
import { LayoutActionComp } from "./layoutActionComp";
34
import { clickEvent, eventHandlerControl } from "@lowcoder-ee/index.sdk";
35
import { defaultTheme } from "@lowcoder-ee/constants/themeConstants";
36
-import { AlignCenter } from "lowcoder-design";
37
-import { AlignLeft } from "lowcoder-design";
38
-import { AlignRight } from "lowcoder-design";
39
40
const TabBar = React.lazy(() => import("antd-mobile/es/components/tab-bar"));
41
const TabBarItem = React.lazy(() =>
0 commit comments