initial entry points up

This commit is contained in:
Berkeley Martinez
2015-07-01 15:14:10 -07:00
parent fb244aa165
commit e3acbe01a9
4 changed files with 10 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import BrowserHistory from 'react-router/lib/BrowserHistory';
import debugFactory from 'debug';
import { Cat } from 'thundercats';
import app$ from '../common/app/app$.jsx';
import { app$ } from '../common/app';
const debug = debugFactory('fcc:client');
const DOMContianer = document.getElemenetById('#fCC');