Fix: add missing exports

This commit is contained in:
fmuscolino
2019-06-25 14:35:35 +02:00
parent 0c79c0ac83
commit f54b9a197d
2 changed files with 4 additions and 0 deletions

View File

@ -1 +1,3 @@
export * from "./styles";
export * from "./style/character-style";
export * from "./style/paragraph-style";