Files
Loïc Guibert 66dafc36c3 init
2022-09-30 20:02:02 +01:00

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
};