Files

13 lines
228 B
JavaScript
Raw Permalink Normal View History

2022-09-30 20:02:02 +01:00
import Chart, { UpdatesChart, Instances } from './chart';
import { Instance as Cache } from './cache';
import './backup';
export default {
Chart: {
Chart,
UpdatesChart,
Instances
},
Cache
};