Created
May 11, 2018 13:22
-
-
Save mmintel/dbd74fc74a6e44bde318e24caf896b69 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
| // Importiere ein Modul (bspw. modals) und exportiere es direkt. | |
| // Dient nur dafür die ganzen Module unter einer Datei zu bündeln. | |
| // So lässt sich leicht durch alle Module itererieren. | |
| export { default as modals } from './modals'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment