Skip to content

Instantly share code, notes, and snippets.

@mmintel
Created May 11, 2018 13:22
Show Gist options
  • Select an option

  • Save mmintel/dbd74fc74a6e44bde318e24caf896b69 to your computer and use it in GitHub Desktop.

Select an option

Save mmintel/dbd74fc74a6e44bde318e24caf896b69 to your computer and use it in GitHub Desktop.
// 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