Skip to content

Commit e522b57

Browse files
hasparusdimaMachina
andauthoredDec 16, 2024··
Add missing text link export (#1884)
Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
1 parent 49bf46c commit e522b57

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎.changeset/early-clouds-impress.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@theguild/components": minor
3+
---
4+
5+
Export TextLink

‎packages/components/src/components/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ export * from './heading';
2626
export * from './info-card';
2727
export * from './stud';
2828
export * from './explore-main-product-cards';
29+
export * from './text-link';
2930
export * from './contact-us';
3031
export { Giscus } from './giscus';

0 commit comments

Comments
 (0)
Please sign in to comment.