13 lines
228 B
JavaScript
13 lines
228 B
JavaScript
|
import Chart, { UpdatesChart, Instances } from './chart';
|
||
|
import { Instance as Cache } from './cache';
|
||
|
import './backup';
|
||
|
|
||
|
export default {
|
||
|
Chart: {
|
||
|
Chart,
|
||
|
UpdatesChart,
|
||
|
Instances
|
||
|
},
|
||
|
Cache
|
||
|
};
|