Files
natascha-rieter-nl/user/plugins/admin/themes/grav/app/dashboard/index.js
T
2026-04-18 23:38:26 +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
};