We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc2334 commit 8495647Copy full SHA for 8495647
docs/index.js
@@ -1,14 +1,11 @@
1
import {BrowserRouter} from 'react-router-dom';
2
import Navigation from './components/Navigation';
3
import PageWrapper from './components/PageWrapper';
4
-import injectTapEventPlugin from 'react-tap-event-plugin';
5
import React from 'react';
6
import {render} from 'react-dom';
7
import Styles from './index.css';
8
import 'babel-polyfill';
9
10
-injectTapEventPlugin();
11
-
12
const app = document.createElement('div');
13
app.style.height = '100%';
14
document.body.appendChild(app);
0 commit comments