Removed Tag element + Global Update

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-03-18 14:57:35 +01:00
parent 6ff39ff3a7
commit 07dd430ffa
16 changed files with 107 additions and 256 deletions

View File

@ -19,7 +19,6 @@ import Popup from './dzeio/Popup'
import Row from './dzeio/Row'
import SidebarContainer from './dzeio/SidebarContainer'
import Table from './dzeio/Table'
import Tag from './dzeio/Tag'
import Text from './dzeio/Text'
import * as Util from './dzeio/Util'
@ -50,7 +49,6 @@ export {
Row,
SidebarContainer,
Table,
Tag,
Text,
Util
}