Skip to content

Instantly share code, notes, and snippets.

@klauskpm
Last active April 28, 2018 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klauskpm/c80367dcbbf82801c33dfa11266241ec to your computer and use it in GitHub Desktop.
Save klauskpm/c80367dcbbf82801c33dfa11266241ec to your computer and use it in GitHub Desktop.
example of bad exports
import FooComponent from 'your-module/components/foo';
import BarComponent from 'your-module/components/bar';
import FooBarComponent from 'your-module/components/foo-bar';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment