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 6f2c343 commit 0bf3c8aCopy full SHA for 0bf3c8a
client/packages/lowcoder/src/comps/comps/layout/mobileTabLayout.tsx
@@ -31,6 +31,9 @@ import { AlignCenter } from "lowcoder-design";
31
import { AlignLeft } from "lowcoder-design";
32
import { AlignRight } from "lowcoder-design";
33
import { defaultTheme } from "@lowcoder-ee/constants/themeConstants";
34
+import { AlignCenter } from "lowcoder-design";
35
+import { AlignLeft } from "lowcoder-design";
36
+import { AlignRight } from "lowcoder-design";
37
38
const TabBar = React.lazy(() => import("antd-mobile/es/components/tab-bar"));
39
const TabBarItem = React.lazy(() =>
0 commit comments