mirror of
https://github.com/velocitatem/garlic.git
synced 2026-05-31 16:53:37 +00:00
6 lines
232 B
TypeScript
6 lines
232 B
TypeScript
import Garlic from '/home/velocitatem/Documents/Projects/garlic/garlic-astro/src/Garlic.astro';
|
|
import Clove from '/home/velocitatem/Documents/Projects/garlic/garlic-astro/src/Clove.astro';
|
|
|
|
// export both
|
|
export { Garlic, Clove };
|