Fix unused import

This commit is contained in:
Michael Shilman 2019-09-17 08:15:46 -04:00
parent 95a3b25aa1
commit c9fc79a664

View File

@ -1,7 +1,7 @@
import { document } from 'global';
import React from 'react';
import ReactDOM from 'react-dom';
import { RenderMainArgs, ShowErrorArgs } from './types';
import { RenderMainArgs } from './types';
const rootEl = document ? document.getElementById('root') : null;