mirror of
https://github.com/withastro/astro.git
synced 2025-03-24 23:21:57 -05:00
2 lines
100 B
JavaScript
2 lines
100 B
JavaScript
export { default as Link } from './Link.astro';
|
|
export { default as Outlet } from './Outlet.astro';
|