Browse Source

Update index.tsx

代强 1 year ago
parent
commit
fdae4dbcfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/semi-ui/markdownRender/index.tsx

+ 1 - 1
packages/semi-ui/markdownRender/index.tsx

@@ -12,7 +12,7 @@ import { cssClasses } from '@douyinfe/semi-foundation/markdownRender/constants';
 import * as SemiMarkdownComponents from "./components";
 import cls from "classnames";
 import PropTypes from 'prop-types';
-import { getDefaultPropsFromGlobalConfig } from '@douyinfe/semi-ui/_utils';
+import { getDefaultPropsFromGlobalConfig } from '../_utils';
 export interface MarkdownRenderProps extends MarkdownRenderBaseProps{
     style?: CSSProperties;
     className?: string