Fix warning for findDOMNode

This commit is contained in:
Ondrej Bartas 2015-10-21 15:05:18 +02:00
parent 28c2062390
commit 719946eaa0

View File

@ -1,4 +1,5 @@
import React, { PropTypes, findDOMNode, Component } from 'react'; import React, { PropTypes, Component } from 'react';
import { findDOMNode } from 'react-dom';
import LogMonitorEntry from './LogMonitorEntry'; import LogMonitorEntry from './LogMonitorEntry';
import LogMonitorButton from './LogMonitorButton'; import LogMonitorButton from './LogMonitorButton';
import * as themes from './themes'; import * as themes from './themes';