diff --git a/src/woly/elements/index.ts b/src/woly/elements/index.ts index 858e080c..eb440cb8 100644 --- a/src/woly/elements/index.ts +++ b/src/woly/elements/index.ts @@ -1,2 +1,3 @@ export { InputContainer } from './input-container'; export { InputElement } from './input-element'; +export { box, boxVertical } from './box';