Files
natascha-rieter.nl-user/plugins/admin/themes/grav/app/dashboard/index.js
T
2026-06-14 00:27:27 +00: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
};