mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
3 lines
106 B
JavaScript
3 lines
106 B
JavaScript
|
export { default as Button } from './Button.astro';
|
||
|
export { default as Heading } from './Heading.astro';
|