Skip to content

Commit 551426f

Browse files
author
Philipp Brumm
committed
fix missed action import
1 parent 6ae72f1 commit 551426f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/CommentsList.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { connect } from 'react-redux'
66
import {Comment , CompactComment} from './Comment'
77
import NewCommentBox from './NewCommentBox'
88
import Event from './Event'
9-
import { postComment } from '../redux/actions'
109

1110
import style from '../styles/CommentsList.scss'
1211

src/components/NewCommentBox.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { connect } from 'react-redux'
77
import Octicon from 'react-octicon'
88
import Textarea from 'react-textarea-autosize'
99

10+
import { postComment } from '../redux/actions'
1011
import Avatar from './Avatar'
1112

1213
const md = new MarkdownIt({

0 commit comments

Comments
 (0)