Removed duplicate import.

This commit is contained in:
Tim Brandin 2017-06-15 14:17:07 +02:00 committed by GitHub
parent a8a2269914
commit f53ef412f7

View file

@ -355,7 +355,6 @@ To install the dependencies added in your package.json run:
import React from 'react'; import React from 'react';
import PropTypes from 'prop-types'; import PropTypes from 'prop-types';
import { Accounts, STATES } from 'meteor/std:accounts-ui'; import { Accounts, STATES } from 'meteor/std:accounts-ui';
import PropTypes from 'prop-types'
/** /**
* Form.propTypes = { * Form.propTypes = {