1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 19:44:21 +00:00

🐛 Properly import ListItem

This commit is contained in:
Steffo 2021-01-26 16:18:21 +01:00
parent e33ffcb1e7
commit 3688dd80ee
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -10,6 +10,7 @@ export {default as Color} from "./Color";
export {default as Help} from "./Help";
export {default as Italic} from "./Italic";
export {default as LatexMath} from "./LatexMath";
export {default as ListItem} from "./ListItem";
export {default as Main} from "./Main";
export {default as Paragraph} from "./Paragraph";
export {default as Separator} from "./Separator";