From dfd860a65c4d47a7625b932b469403fe0313bd35 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Tue, 5 Jan 2016 13:38:58 +0100 Subject: [PATCH] Import classlist-polyfill into app --- js/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/app.js b/js/app.js index dc8204cf..226409ec 100644 --- a/js/app.js +++ b/js/app.js @@ -1,6 +1,7 @@ 'use strict'; import 'babel/polyfill'; +import 'classlist-polyfill'; import React from 'react'; import { Router, Redirect } from 'react-router';