Skip to content

Instantly share code, notes, and snippets.

@YKalashnikov
Created June 7, 2018 23:25
Show Gist options
  • Save YKalashnikov/a185f29bda12bd3f2549eaf3dccb719a to your computer and use it in GitHub Desktop.
Save YKalashnikov/a185f29bda12bd3f2549eaf3dccb719a to your computer and use it in GitHub Desktop.
import React, {Component} from 'react';
class App extends Component {
render() {
return (
<h1>Redux Form</h1>
)
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment