Skip to content

Commit

Permalink
removed unused Router import, Menu logic in Utils
Browse files Browse the repository at this point in the history
  • Loading branch information
whoisandy committed Jun 10, 2015
1 parent 2dbff06 commit 0fd9d60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/scripts/AppRoutes.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

import React from 'react';
import Router, {Route, DefaultRoute} from 'react-router';
import {Route, DefaultRoute} from 'react-router';
import App from './AppContainer';
import Setup from './SetupContainer';
import Search from './SearchContainer';
Expand Down
2 changes: 0 additions & 2 deletions src/scripts/Menu.js

This file was deleted.

0 comments on commit 0fd9d60

Please sign in to comment.