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