From a8a226991467746b28d50d80fcc34cc60b088160 Mon Sep 17 00:00:00 2001 From: Tim Brandin Date: Thu, 15 Jun 2017 14:16:05 +0200 Subject: [PATCH] Move proptypes to top. --- imports/ui/components/PasswordOrService.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/ui/components/PasswordOrService.jsx b/imports/ui/components/PasswordOrService.jsx index 6d983a7..3f0f42f 100644 --- a/imports/ui/components/PasswordOrService.jsx +++ b/imports/ui/components/PasswordOrService.jsx @@ -1,6 +1,6 @@ import React from 'react'; +import PropTypes from 'prop-types'; import { Accounts } from 'meteor/accounts-base'; -import PropTypes from 'prop-types' import { T9n } from 'meteor/softwarerero:accounts-t9n'; import { hasPasswordService } from '../../helpers.js';