mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-01 04:04:25 +03:00
6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
|
import * as charts from './charts';
|
||
|
|
||
|
export { tree } from './charts';
|
||
|
|
||
|
export default charts;
|