Skip to content

Commit

Permalink
Export tile-dispatcher component at top-level (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
latonv authored Sep 9, 2024
1 parent 974d34f commit 2d95d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export { AccountTile } from './src/tiles/grid/account-tile';
export { ItemTile } from './src/tiles/grid/item-tile';
export { TileList } from './src/tiles/list/tile-list';
export { TileListCompact } from './src/tiles/list/tile-list-compact';
export { TileDispatcher } from './src/tiles/tile-dispatcher';

0 comments on commit 2d95d51

Please sign in to comment.