mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
made two import statements
This commit is contained in:
parent
c540088b12
commit
f5a60d36be
|
@ -7,8 +7,8 @@ import React from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import JSONNode from './JSONNode';
|
import JSONNode from './JSONNode';
|
||||||
import createStylingFromTheme from './createStylingFromTheme';
|
import createStylingFromTheme from './createStylingFromTheme';
|
||||||
|
import invertTheme from 'react-base16-styling';
|
||||||
import type {
|
import type {
|
||||||
invertTheme,
|
|
||||||
StylingConfig,
|
StylingConfig,
|
||||||
StylingFunction,
|
StylingFunction,
|
||||||
StylingValue,
|
StylingValue,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user