mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-25 15:40:06 +03:00
fixed broken import statement
This commit is contained in:
parent
b59718d5ec
commit
c540088b12
|
@ -7,12 +7,12 @@ import React from 'react';
|
|||
import PropTypes from 'prop-types';
|
||||
import JSONNode from './JSONNode';
|
||||
import createStylingFromTheme from './createStylingFromTheme';
|
||||
import {
|
||||
import type {
|
||||
invertTheme,
|
||||
type StylingConfig,
|
||||
type StylingFunction,
|
||||
type StylingValue,
|
||||
type Theme,
|
||||
StylingConfig,
|
||||
StylingFunction,
|
||||
StylingValue,
|
||||
Theme,
|
||||
} from 'react-base16-styling';
|
||||
import { CircularPropsPassedThroughJSONTree } from './types';
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user