mirror of
https://github.com/vale981/accounts-ui
synced 2025-03-04 17:31:41 -05:00
Move proptypes to top.
This commit is contained in:
parent
40242c7d38
commit
a8a2269914
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue