Add babel polyfill and tweak some styles for firefox

This commit is contained in:
Tom Raithel
2017-03-08 21:01:38 +01:00
parent 1e703d8746
commit 0ed3d78de4
7 changed files with 35 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
import 'babel-polyfill';
import React from 'react';
import { render } from 'react-dom';
import { createStore, applyMiddleware } from 'redux';