1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 17:33:14 +01:00

Remove useless vars and imports

This commit is contained in:
vrde 2015-10-13 15:21:29 +02:00
parent 7c231a4c5e
commit d8e2d0e216

View File

@ -27,10 +27,6 @@ import RegisterPiece from './components/register_piece';
import AuthProxyHandler from './components/ascribe_routes/proxy_routes/auth_proxy_handler';
import AppConstants from './constants/application_constants';
let baseUrl = AppConstants.baseUrl;
let COMMON_ROUTES = (
<Route path='/' component={App}>