astro/examples/component/packages/my-component/index.js
Jonathan Neal 033b70a7f8
Add Component Example (#2203)
* Add Component Example

* chore(lint): Prettier fix

* nit: improve implementation

* nit: Update documentation

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-17 08:47:59 -05:00

2 lines
106 B
JavaScript

export { default as Button } from './Button.astro';
export { default as Heading } from './Heading.astro';