This commit is contained in:
2024-05-15 15:07:03 +02:00
parent 9cdee98114
commit d561dc2452
21 changed files with 9972 additions and 15 deletions

View File

@@ -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;