addition of new dashboard
This commit is contained in:
12
backend/modules/core/data/index.js
Normal file
12
backend/modules/core/data/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import { agreement } from "./agreement.js";
|
||||
import { event } from "./event.js";
|
||||
import { entity } from "./entity.js";
|
||||
import { audit } from "./audit.js";
|
||||
|
||||
|
||||
export const data = {
|
||||
agreement,
|
||||
event,
|
||||
entity,
|
||||
audit,
|
||||
}
|
||||
Reference in New Issue
Block a user