summaryrefslogtreecommitdiffstats
path: root/webapp/components/backstage/backstage_section.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/backstage/backstage_section.jsx')
-rw-r--r--webapp/components/backstage/backstage_section.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/backstage/backstage_section.jsx b/webapp/components/backstage/backstage_section.jsx
index 120e956b0..c8b63af18 100644
--- a/webapp/components/backstage/backstage_section.jsx
+++ b/webapp/components/backstage/backstage_section.jsx
@@ -3,7 +3,7 @@
import React from 'react';
-import {Link} from 'react-router';
+import {Link} from 'react-router/es6';
export default class BackstageSection extends React.Component {
static get propTypes() {