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

@ -1,8 +1,11 @@
import debugFactory from 'debug';
import app$ from '../common/app/app-stream.jsx';
import { app$ } from '../common/app';
import { Cat } from 'thundercats';
const debug = debugFactory('freecc:servereact');
// add routes here as they slowly get reactified
// remove their individual controllers
const routes = [
'/jobs'
];