1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 09:23:13 +01:00

Import classlist-polyfill into app

This commit is contained in:
Brett Sun 2016-01-05 13:38:58 +01:00
parent e20d378fc8
commit dfd860a65c

View File

@ -1,6 +1,7 @@
'use strict';
import 'babel/polyfill';
import 'classlist-polyfill';
import React from 'react';
import { Router, Redirect } from 'react-router';