import about from './about'; import home from './home'; import channelHome from './channel-home'; export default { home, about, channelHome };