mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-25 02:53:53 +03:00
double quote to single quote
This commit is contained in:
parent
cfd08fbeba
commit
72bdf6188c
|
@ -1,5 +1,5 @@
|
||||||
import React, { PropTypes, Component } from 'react';
|
import React, { PropTypes, Component } from 'react';
|
||||||
import ReactDOM, { findDOMNode } from "react-dom";
|
import ReactDOM, { 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';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user