KawAnime/store/modules/index.js

5 lines
186 B
JavaScript
Raw Normal View History

2017-09-17 18:55:24 +00:00
export { default as config } from './config'
2017-09-17 21:04:32 +00:00
export { default as seasons } from './seasons'
export { default as news } from './news'
export { default as watchLists } from './watchLists'