brunner56's picture
implement app
0bfe2e3
raw
history blame contribute delete
374 Bytes
import manifest from './manifest';
import stream from './stream';
import meta from './meta';
import catalog from './catalog';
import subtitle from './subtitle';
import addonCatalog from './addonCatalog';
import configure from './configure';
import alias from './alias';
export {
manifest,
stream,
meta,
catalog,
subtitle,
addonCatalog,
configure,
alias,
};