Changed back to prebuilt but this time it will build on install to allow theme.styl

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-03-30 15:30:26 +02:00
parent 6c2b3466ba
commit 2569db42f8
6 changed files with 784 additions and 42 deletions

View File

@ -1,3 +1,9 @@
/**
* Copyright (c) 2021
*
* @summary DZEIO Component Library
*/
import Box from './dzeio/Box'
import Button from './dzeio/Button'
import Checkbox from './dzeio/Checkbox'