fixed broken import statement

This commit is contained in:
knoldus 2022-02-16 14:00:38 +05:30
parent b59718d5ec
commit c540088b12

View File

@ -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';