Skip to content

Commit 470e895

Browse files
authored
Merge pull request #27 from tpayne84/patch-1
chore: `tsc` error related to the ReactMarkdown import syntax in `Markdown.tsx`.
2 parents fbfda45 + c56873f commit 470e895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/pages/admin/markdown/Markdown.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
22
import classNames from 'classnames';
3-
import * as ReactMarkdown from 'react-markdown';
3+
import ReactMarkdown from 'react-markdown';
44
import {
55
Grid,
66
Theme,

0 commit comments

Comments
 (0)