import tab from './tab' import auth from './auth' import modal from './modal' const plugins = { tab, auth, modal } export default plugins