summaryrefslogtreecommitdiff
path: root/examples/component/index.ts
blob: 0e2e94fb2fd5a76017bf4e90fb342152c1fafea0 (plain) (blame)
1
2
3
4
5
6
// 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;