summaryrefslogtreecommitdiffstats
path: root/core/src/OCP/index.js
blob: a4d8f46b88d10230b7f12c5cedafb2dd7863db7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 *
 */
import * as AppConfig from './appconfig'
import * as Comments from './comments'
import * as InitialState from './initialstate'
import Loader from './loader'
import Collaboration from './collaboration'
import Toast from './toast'
import * as WhatsNew from './whatsnew'

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