remove unused import

This commit is contained in:
Hypnosphi 2019-09-17 04:26:44 +02:00
parent dc483673d4
commit 1ddf17de5a

View File

@ -1,5 +1,5 @@
import { document } from 'global';
import React, { ErrorInfo } from 'react';
import React from 'react';
import ReactDOM from 'react-dom';
import { RenderMainArgs, ShowErrorArgs } from './types';