[READ-ONLY] Mirror of https://github.com/flo-bit/svelte-github-corner. flo-bit.dev/svelte-github-corner/
0

Configure Feed

Select the types of activity you want to include in your feed.

svelte-github-corner / src / lib / index.ts
105 B 4 lines
1import GithubCorner from './GithubCorner.svelte'; 2 3export default GithubCorner; 4export { GithubCorner };