summaryrefslogtreecommitdiff
path: root/frontend/src
diff options
context:
space:
mode:
authorjbion <joffrey.bion@amadeus.com>2019-05-14 10:03:45 +0200
committerjbion <joffrey.bion@amadeus.com>2019-05-14 10:03:45 +0200
commit28e54447898f5eecfe46895066be845ecdca0833 (patch)
tree63b9bc288176b8c7710f807f75cbc5cdddcbbd41 /frontend/src
parentMigrate root project's build.gradle to Kotlin DSL (diff)
downloadseven-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.tsx1
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';
bgstack15