Updated components

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-09-30 10:09:02 +02:00
parent b34c3c800a
commit cd6502d9f5
9 changed files with 71 additions and 34 deletions

View File

@ -5,6 +5,7 @@
import './dzeio/general.styl'
import Box from './dzeio/Box'
import BoxHeader from './dzeio/Box/BoxHeader'
import Button from './dzeio/Button'
import Checkbox from './dzeio/Checkbox'
import Code from './dzeio/Code'
@ -27,6 +28,7 @@ import * as Util from './dzeio/Util'
export {
Box,
BoxHeader,
Button,
Checkbox,
Code,