Skip to content

Commit

Permalink
add missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Dec 6, 2020
1 parent 563974a commit 7a7cb29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/artifak/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ export {
TypographyBase
} from '@artifak/typography';
export { TypographyBaseProps } from '@artifak/typography';

export { Imagery, ImageryBase, ImageryProps } from '@artifak/imagery';

export { media, Media } from '@artifak/media';

0 comments on commit 7a7cb29

Please sign in to comment.