We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22ab99 commit aff6aa9Copy full SHA for aff6aa9
client/packages/lowcoder/src/pages/editor/editorSkeletonView.tsx
@@ -12,8 +12,8 @@ import { BottomSkeleton } from "pages/editor/bottom/BottomContent";
12
import RightPanel from "pages/editor/right/RightPanel";
13
import _ from "lodash";
14
import styled from "styled-components";
15
-import { default as Skeleton } from "antd/lib/skeleton";
16
-import { default as Spin } from "antd/lib/spin";
+import { default as Skeleton } from "antd/es/skeleton";
+import { default as Spin } from "antd/es/spin";
17
import { useTemplateViewMode, useUserViewMode } from "util/hooks";
18
import { ProductLoading } from "components/ProductLoading";
19
0 commit comments