Skip to content

Commit ea58eae

Browse files
FalkWolskyraheeliftikhar5
FalkWolsky
authored andcommitted
Update for Mobile Navigation Items Display
1 parent 106e8ed commit ea58eae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ 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";
3639

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

0 commit comments

Comments
 (0)