Remove redundant comments from styles/scripts

This commit is contained in:
2017-07-01 01:44:44 -07:00
parent 0a99ad1db5
commit 24f0092d53
14 changed files with 17 additions and 25 deletions

View File

@@ -8,9 +8,7 @@ import common from './routes/common';
import home from './routes/home';
import aboutUs from './routes/about';
/**
* Populate Router instance with DOM routes
*/
/** Populate Router instance with DOM routes */
const routes = new Router({
// All pages
common,