Thanks to visit codestin.com Credit goes to github.com
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 106e8ed commit ea58eaeCopy full SHA for ea58eae
‎client/packages/lowcoder/src/comps/comps/layout/mobileTabLayout.tsx
@@ -33,6 +33,9 @@ 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