Skip to content

Commit

Permalink
Change lib export to explicit export
Browse files Browse the repository at this point in the history
  • Loading branch information
Younes Chellaf committed Nov 20, 2024
1 parent ccfd085 commit 338550b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import '../src/styling/main.scss';
*/

// Typography
export * from '../src/typography/Heading/Heading.tsx';
export { H1, H2, H3, H4, H5, H6 } from '../src/typography/Heading/Heading.tsx';

// Actions
export { Button } from '../src/components/actions/Button/Button.tsx';
Expand Down

0 comments on commit 338550b

Please sign in to comment.