Skip to content

Commit aff6aa9

Browse files
revert change
1 parent b22ab99 commit aff6aa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/packages/lowcoder/src/pages/editor/editorSkeletonView.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import { BottomSkeleton } from "pages/editor/bottom/BottomContent";
1212
import RightPanel from "pages/editor/right/RightPanel";
1313
import _ from "lodash";
1414
import styled from "styled-components";
15-
import { default as Skeleton } from "antd/lib/skeleton";
16-
import { default as Spin } from "antd/lib/spin";
15+
import { default as Skeleton } from "antd/es/skeleton";
16+
import { default as Spin } from "antd/es/spin";
1717
import { useTemplateViewMode, useUserViewMode } from "util/hooks";
1818
import { ProductLoading } from "components/ProductLoading";
1919

0 commit comments

Comments
 (0)