mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:41:25 +08:00
Fix unused import
This commit is contained in:
parent
95a3b25aa1
commit
c9fc79a664
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user