Files
Ethica-vitrine/user/plugins/admin/themes/grav/app/dashboard/index.js
T
2018-04-11 17:57:57 +02: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
};