Skip to content

Commit

Permalink
Update for Mobile Navigation Items Display
Browse files Browse the repository at this point in the history
  • Loading branch information
FalkWolsky authored and raheeliftikhar5 committed Jun 16, 2024
1 parent 6f2c343 commit 0bf3c8a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ import { AlignCenter } from "lowcoder-design";
import { AlignLeft } from "lowcoder-design";
import { AlignRight } from "lowcoder-design";
import { defaultTheme } from "@lowcoder-ee/constants/themeConstants";
import { AlignCenter } from "lowcoder-design";
import { AlignLeft } from "lowcoder-design";
import { AlignRight } from "lowcoder-design";

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

0 comments on commit 0bf3c8a

Please sign in to comment.