mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-25 02:53:53 +03:00
fix error - multiple spaces before Component
This commit is contained in:
parent
79daa3d937
commit
a046f01b81
|
@ -1,4 +1,4 @@
|
|||
import React, { PropTypes, Component } from 'react';
|
||||
import React, { PropTypes, Component } from 'react';
|
||||
import { findDOMNode } from 'react-dom';
|
||||
import LogMonitorEntry from './LogMonitorEntry';
|
||||
import LogMonitorButton from './LogMonitorButton';
|
||||
|
|
Loading…
Reference in New Issue
Block a user