Created
May 21, 2019 12:10
-
-
Save js2me/78802fe0d0750019ed31796dd98fdd1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ./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