mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
7 lines
221 B
TypeScript
7 lines
221 B
TypeScript
|
// Do not write code directly here, instead use the `src` folder!
|
||
|
// Then, use this file to export everything you want your user to access.
|
||
|
|
||
|
import MyComponent from './src/MyComponent.astro';
|
||
|
|
||
|
export default MyComponent;
|