Update babel to 6.0

This commit is contained in:
Logan Tegman
2016-01-06 09:33:55 -08:00
parent 05d34c8e15
commit 4341a3eee2
11 changed files with 20 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ import debugFactory from 'debug';
import { dehydrate } from 'thundercats';
import { renderToString$ } from 'thundercats-react';
import { app$ } from '../../common/app';
import app$ from '../../common/app';
const debug = debugFactory('freecc:react-server');