Skip to content

Instantly share code, notes, and snippets.

@js2me
Created May 21, 2019 12:10
Show Gist options
  • Select an option

  • Save js2me/78802fe0d0750019ed31796dd98fdd1c to your computer and use it in GitHub Desktop.

Select an option

Save js2me/78802fe0d0750019ed31796dd98fdd1c to your computer and use it in GitHub Desktop.
// ./modules/index.js
import UsersModule from './UsersModule'
import AuthModule from './AuthModule'
import ModalsModule from './ModalsModule'
const modules = {
users: UsersModule,
auth: AuthModule,
modals: ModalsModule
}
export default modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment