Skip to content

Commit 5533f84

Browse files
authored
Merge pull request #244 from walva/master
Fix #243 by importing Field in Form.js in the React generator
2 parents 11d1461 + 427ecba commit 5533f84

File tree

1 file changed

+1
-1
lines changed
  • templates/react/components/foo

1 file changed

+1
-1
lines changed

templates/react/components/foo/Form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from 'react';
2-
import { reduxForm } from 'redux-form';
2+
import { Field, reduxForm } from 'redux-form';
33
import PropTypes from 'prop-types';
44

55
class Form extends Component {

0 commit comments

Comments
 (0)