diff --git a/packages/artifak/src/index.tsx b/packages/artifak/src/index.tsx index 1eb3a7e..5da11b8 100644 --- a/packages/artifak/src/index.tsx +++ b/packages/artifak/src/index.tsx @@ -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';