mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-19 11:21:18 +00:00
9 lines
168 B
JavaScript
9 lines
168 B
JavaScript
export default {
|
|
|
|
|
|
Organization: require('./organizations.js').default,
|
|
Comment: require('./comments.js').default,
|
|
|
|
// Reports: require('./reports.js').default
|
|
}
|