diff --git a/src/typography/index.ts b/src/typography/index.ts index a02b3a007..5c40b364e 100644 --- a/src/typography/index.ts +++ b/src/typography/index.ts @@ -1,6 +1,7 @@ export { BigStat } from './BigStat/BigStat'; export { Header } from './Header/Header'; export { Link } from './Link/Link'; +export { Meta } from './Meta/Meta'; export { Paragraph } from './Paragraph/Paragraph'; export { Text } from './Text/Text';