From 8b55ff8c6f1eddf2263f54daff732a9d51e64613 Mon Sep 17 00:00:00 2001 From: Kevin Graber Date: Fri, 19 May 2023 10:15:45 -0400 Subject: [PATCH] export meta typography component (#268) --- src/typography/index.ts | 1 + 1 file changed, 1 insertion(+) 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';