[READ-ONLY] Mirror of https://github.com/lukebennett88/luke-ui. luke-ui.netlify.app

Make example modules anonymous default-export arrows (#337) master

The named functions — Basic, Sizes, Disabled — repeated a dozen times across the examples directory, and the name showed up in the rendered source where it said nothing about the component. Since examples are default-imported and rendered by ref, the function name is never used, so drop it entirely and identify each example by its module path instead.


+196 -194
97 changed files