mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
eaf187f2c4
* moving back to importing from components directory * exporting components with a .ts file instead of .js * chore: changeset
2 lines
104 B
TypeScript
2 lines
104 B
TypeScript
export { default as Image } from './Image.astro';
|
|
export { default as Picture } from './Picture.astro';
|