Skip to content

Commit

Permalink
feat: export TrackTileProvider from the SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanenadi committed Feb 7, 2024
1 parent d44a25f commit 7a6bbb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TrackTile/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { TrackTile } from './TrackTile';
export { TrackTileProvider } from './TrackTileProvider';
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export * from './Wearables';
export * from './AppNavHeader';
export * from './LogoHeader';
export * from './SocialShare';
export * from './TrackTile';

0 comments on commit 7a6bbb9

Please sign in to comment.