mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -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';
|