Skip to content

Commit

Permalink
Merge pull request #154 from PhillipsAuctionHouse/L3-2289-build-entry…
Browse files Browse the repository at this point in the history
…-fix

fix(build): L3-2289 - add entry for utils
  • Loading branch information
davidicus authored May 31, 2024
2 parents 7d68ff6 + 9bc76c2 commit 46d8bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export {
export * from './components/Text';

// Utils
export { PaddingTokens } from './utils';
export * from './utils';

// 📑 Pages
export { default as Page } from './pages/Page';

0 comments on commit 46d8bf6

Please sign in to comment.