Files
astro-github-component/index.ts
2024-05-15 15:07:03 +02:00

7 lines
218 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 GithubCard from './src/GithubCard.astro';
export default GithubCard;