From 1c38ab145c637f7e6278e50598ca4705d7ca670e Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Sun, 4 Jul 2021 20:08:31 -0500 Subject: [PATCH] chore: fix EditorCategoryShort index --- packages/design-system/molecules/editor-category-short/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/design-system/molecules/editor-category-short/index.ts b/packages/design-system/molecules/editor-category-short/index.ts index e69de29..0840f96 100644 --- a/packages/design-system/molecules/editor-category-short/index.ts +++ b/packages/design-system/molecules/editor-category-short/index.ts @@ -0,0 +1 @@ +export * from './EditorCategoryShort';