From 14510ce19470c176a7f286d4a3238e813f7dc959 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 22 Jun 2016 10:30:01 -0400 Subject: Adding webpack code splitting (#3377) --- webapp/components/backstage/backstage_category.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components/backstage/backstage_category.jsx') diff --git a/webapp/components/backstage/backstage_category.jsx b/webapp/components/backstage/backstage_category.jsx index 8e6c8541b..1d4b11ca3 100644 --- a/webapp/components/backstage/backstage_category.jsx +++ b/webapp/components/backstage/backstage_category.jsx @@ -3,7 +3,7 @@ import React from 'react'; -import {Link} from 'react-router'; +import {Link} from 'react-router/es6'; export default class BackstageCategory extends React.Component { static get propTypes() { -- cgit v1.2.3-1-g7c22