This commit is contained in:
Belen Curcio
2017-07-31 10:03:58 -03:00
parent 33a75aa4d0
commit 371348ced5
5 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import React from 'react';
import {Router, Route, IndexRedirect, Redirect} from 'react-router';
import {Router, Route, IndexRedirect} from 'react-router';
import {history} from 'coral-framework/helpers/router';
import Configure from 'routes/Configure';