3 lines
176 B
TypeScript
3 lines
176 B
TypeScript
export { default as Arrow2 } from './Arrow2/Arrow2.astro';
|
|
export { default as Profile } from './profile/profile.astro';
|
|
export { default as Share } from './share/share.astro'; |