Skip to content

Instantly share code, notes, and snippets.

@gladchinda
Created August 29, 2018 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gladchinda/8a977eda558add9074ce6d70878d27b0 to your computer and use it in GitHub Desktop.
Save gladchinda/8a977eda558add9074ce6d70878d27b0 to your computer and use it in GitHub Desktop.
import React from 'react';
import store from './reduxStore';
import NewComment from './components/NewComment';
function CommentsApp(props) {
return <NewComment store={store} />
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment