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";
4141
4242import React from "react" ;
4343import { viewMode } from "@lowcoder-ee/util/editor" ;
44- const PropertyView = React . lazy ( async ( ) => await import ( "./propertyView" ) ) ;
4544import type { ItemType } from "antd/es/menu/interface" ;
4645import Skeleton from "antd/es/skeleton" ;
4746import Menu from "antd/es/menu" ;
4847import Flex from "antd/es/flex" ;
4948import { checkIsMobile } from "@lowcoder-ee/index.sdk" ;
49+ const PropertyView = React . lazy ( async ( ) => await import ( "./propertyView" ) ) ;
5050
5151const FileSizeControl = codeControl ( ( value ) => {
5252 if ( typeof value === "number" ) {
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import { modulesSelector } from "../../../redux/selectors/applicationSelector";
2323import { ComListTitle , ExtensionContentWrapper } from "./styledComponent" ;
2424import { foldersSelector } from "@lowcoder-ee/redux/selectors/folderSelector" ;
2525import { MultiIconDisplay } from "@lowcoder-ee/comps/comps/multiIconDisplay" ;
26- import { ModuleDocIcon } from "icons" ;
2726
2827const ItemWrapper = styled . div `
2928 display: flex;
You can’t perform that action at this time.
0 commit comments