This commit is contained in:
Jesse Winton
2025-04-07 13:47:56 -04:00
parent cddc24eac0
commit 006fbdad95
2 changed files with 0 additions and 2 deletions

View File

@@ -1,3 +1,2 @@
export { default as GithubStats} from './github-stats.svelte';
export { default as DiscordLink } from './discord-link.svelte';
export { default as SocialStats} from './social-stats.svelte';

View File

@@ -2,4 +2,3 @@ export { default as Button } from './button.svelte';
export { default as InlineTag } from './inline-tag.svelte';
export { default as Icon, type IconType } from './icon';
export { default as Select } from './select.svelte';
export { default as SocialStats} from '../shared/social-stats.svelte'