init
This commit is contained in:
4
index.ts
4
index.ts
@@ -1,6 +1,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';
|
||||
import GithubCard from './src/GithubCard.astro';
|
||||
|
||||
export default MyComponent;
|
||||
export default GithubCard;
|
||||
|
Reference in New Issue
Block a user