summaryrefslogtreecommitdiffstats
path: root/core/src/OCP/index.js
blob: 6ec38668e72bb080ea8920bddce0712200b815a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 *
 */
import * as AppConfig from './appconfig'
import * as Comments from './comments'
import initialState from './initialstate'
import Loader from './loader'
import * as WhatsNew from './whatsnew'

/** @namespace OCP */
export default {
	AppConfig,
	Comments,
	InitialState: initialState,
	Loader,
	WhatsNew,
};