Remove export

This commit is contained in:
Nathan Bierema 2023-12-11 22:52:51 -05:00
parent 8774305564
commit a6908b9007

View File

@ -1,4 +1,3 @@
export type { StylingFunction } from 'react-base16-styling';
export type { LabelRenderer } from 'react-json-tree';
export { default as InspectorMonitor } from './DevtoolsInspector';
export type { Tab, TabComponentProps } from './ActionPreview';