Skip to content

Commit 7fc9182

Browse files
remove duplicate dependecies
1 parent ea58eae commit 7fc9182

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

client/packages/lowcoder/src/comps/comps/layout/mobileTabLayout.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ import { AlignRight } from "lowcoder-design";
3333
import { LayoutActionComp } from "./layoutActionComp";
3434
import { clickEvent, eventHandlerControl } from "@lowcoder-ee/index.sdk";
3535
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";
3936

4037
const TabBar = React.lazy(() => import("antd-mobile/es/components/tab-bar"));
4138
const TabBarItem = React.lazy(() =>

0 commit comments

Comments
 (0)