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';