import swiperContainers from './swiperContainer'
import showPage from './showPage'
import socketType from './socketType'
import taskErrorType from './taskErrorType'

module.exports = {swiperContainers,...showPage,socketType,taskErrorType}