Skip to content

Commit 359f996

Browse files
committed
fix: import the markdownRender style manually
1 parent 164ac54 commit 359f996

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stories/index.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import * as React from 'react';
22
import { storiesOf } from '@storybook/react';
33
import { MarkdownRender } from 'dt-react-component';
4+
import 'dt-react-component/lib/markdownRender/style/style.css';
45

56
import './style.scss';
67
import { notShowProps } from './utils';

0 commit comments

Comments
 (0)