summaryrefslogtreecommitdiffstats
path: root/webapp/components/password_reset_send_link.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/password_reset_send_link.jsx')
-rw-r--r--webapp/components/password_reset_send_link.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/password_reset_send_link.jsx b/webapp/components/password_reset_send_link.jsx
index 65d9439bd..48179e162 100644
--- a/webapp/components/password_reset_send_link.jsx
+++ b/webapp/components/password_reset_send_link.jsx
@@ -9,7 +9,7 @@ import client from 'utils/web_client.jsx';
import {FormattedMessage, FormattedHTMLMessage} from 'react-intl';
import React from 'react';
-import {Link} from 'react-router';
+import {Link} from 'react-router/es6';
class PasswordResetSendLink extends React.Component {
constructor(props) {