Move proptypes to top.

This commit is contained in:
Tim Brandin 2017-06-15 14:16:05 +02:00 committed by GitHub
parent 40242c7d38
commit a8a2269914

View file

@ -1,6 +1,6 @@
import React from 'react'; import React from 'react';
import PropTypes from 'prop-types';
import { Accounts } from 'meteor/accounts-base'; import { Accounts } from 'meteor/accounts-base';
import PropTypes from 'prop-types'
import { T9n } from 'meteor/softwarerero:accounts-t9n'; import { T9n } from 'meteor/softwarerero:accounts-t9n';
import { hasPasswordService } from '../../helpers.js'; import { hasPasswordService } from '../../helpers.js';