Fix deepscan

This commit is contained in:
Michael Shilman 2019-10-18 00:24:29 +08:00 committed by GitHub
parent 8d13506969
commit bd04414b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import { setInterval, window } from 'global';
import { setInterval } from 'global';
import React, { Component, Fragment } from 'react';
import PropTypes from 'prop-types';
import { storiesOf } from '@storybook/react';