mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -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';
|