Skip to content

Commit fbfda45

Browse files
authored
Merge pull request #28 from tpayne84/patch-2
chore: `tsc` error related to the ReactMarkdown import syntax in `Home.tsx`.
2 parents c2b6d62 + f397a83 commit fbfda45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/public/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
22
import * as intl from 'react-intl-universal';
3-
import * as ReactMarkdown from 'react-markdown';
3+
import ReactMarkdown from 'react-markdown';
44
import { Dispatch, Action } from 'redux';
55
import { connect } from 'react-redux';
66
import { Link } from 'react-router-dom';

0 commit comments

Comments
 (0)