index.ts 221 B

123456
  1. // Do not write code directly here, instead use the `src` folder!
  2. // Then, use this file to export everything you want your user to access.
  3. import MyComponent from './src/MyComponent.astro';
  4. export default MyComponent;