diff options
author | jbion <joffrey.bion@amadeus.com> | 2019-05-14 10:03:45 +0200 |
---|---|---|
committer | jbion <joffrey.bion@amadeus.com> | 2019-05-14 10:03:45 +0200 |
commit | 28e54447898f5eecfe46895066be845ecdca0833 (patch) | |
tree | 63b9bc288176b8c7710f807f75cbc5cdddcbbd41 /frontend/src | |
parent | Migrate root project's build.gradle to Kotlin DSL (diff) | |
download | seven-wonders-28e54447898f5eecfe46895066be845ecdca0833.tar.gz seven-wonders-28e54447898f5eecfe46895066be845ecdca0833.tar.bz2 seven-wonders-28e54447898f5eecfe46895066be845ecdca0833.zip |
Remove extra import of polyfills
Diffstat (limited to 'frontend/src')
-rw-r--r-- | frontend/src/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index 1733ab26..fce90915 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -1,5 +1,4 @@ import '@blueprintjs/core/lib/css/blueprint.css'; -import 'babel-polyfill'; import React from 'react'; import ReactDOM from 'react-dom'; import { Provider } from 'react-redux'; |