From a87e1bb46f749e10ea2b94a011df48f162834c25 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 22 Jun 2022 21:46:48 -0400 Subject: [PATCH] fix(components): export FIeld --- src/deck-components/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/deck-components/index.ts b/src/deck-components/index.ts index a96c044..a1876e7 100755 --- a/src/deck-components/index.ts +++ b/src/deck-components/index.ts @@ -1,6 +1,7 @@ export * from './Button'; export * from './ButtonItem'; export * from './Dropdown'; +export * from './Field'; export * from './Focusable'; export * from './Menu'; export * from './Modal';