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';