init
This commit is contained in:
12
user/plugins/admin/themes/grav/app/dashboard/index.js
Normal file
12
user/plugins/admin/themes/grav/app/dashboard/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import Chart, { UpdatesChart, Instances } from './chart';
|
||||
import { Instance as Cache } from './cache';
|
||||
import './backup';
|
||||
|
||||
export default {
|
||||
Chart: {
|
||||
Chart,
|
||||
UpdatesChart,
|
||||
Instances
|
||||
},
|
||||
Cache
|
||||
};
|
||||
Reference in New Issue
Block a user