v0.4.2 - Changed to be used only inconjonction with stylus

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-03-29 13:48:50 +02:00
parent af99c13922
commit 803915999b
10 changed files with 49 additions and 777 deletions

View File

@ -1,4 +1,4 @@
import Box, { BoxBody, BoxHeader, BoxWrapper } from './dzeio/Box'
import Box from './dzeio/Box'
import Button from './dzeio/Button'
import Checkbox from './dzeio/Checkbox'
import Code from './dzeio/Code'
@ -22,13 +22,8 @@ import Table from './dzeio/Table'
import Text from './dzeio/Text'
import * as Util from './dzeio/Util'
import './dzeio/general.styl'
export {
Box,
BoxBody,
BoxHeader,
BoxWrapper,
Button,
Checkbox,
Code,