File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
client/packages/lowcoder/src Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ import { CustomModal } from "lowcoder-design";
41
41
42
42
import React from "react" ;
43
43
import { viewMode } from "@lowcoder-ee/util/editor" ;
44
- const PropertyView = React . lazy ( async ( ) => await import ( "./propertyView" ) ) ;
45
44
import type { ItemType } from "antd/es/menu/interface" ;
46
45
import Skeleton from "antd/es/skeleton" ;
47
46
import Menu from "antd/es/menu" ;
48
47
import Flex from "antd/es/flex" ;
49
48
import { checkIsMobile } from "@lowcoder-ee/index.sdk" ;
49
+ const PropertyView = React . lazy ( async ( ) => await import ( "./propertyView" ) ) ;
50
50
51
51
const FileSizeControl = codeControl ( ( value ) => {
52
52
if ( typeof value === "number" ) {
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import { modulesSelector } from "../../../redux/selectors/applicationSelector";
23
23
import { ComListTitle , ExtensionContentWrapper } from "./styledComponent" ;
24
24
import { foldersSelector } from "@lowcoder-ee/redux/selectors/folderSelector" ;
25
25
import { MultiIconDisplay } from "@lowcoder-ee/comps/comps/multiIconDisplay" ;
26
- import { ModuleDocIcon } from "icons" ;
27
26
28
27
const ItemWrapper = styled . div `
29
28
display: flex;
You can’t perform that action at this time.
0 commit comments