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

Export Button and ButtonToggle

This commit is contained in:
Steffo 2021-03-23 17:45:14 +01:00
parent a85421b2f8
commit 5ae52afed2
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -23,3 +23,5 @@ export {default as Underline} from "./Underline";
export {default as BaseLink} from "./BaseLink";
export {default as VisualErrorBoundary} from "./VisualErrorBoundary";
export {default as VisualLog} from "./VisualLog";
export {default as Button} from "./Button";
export {default as ButtonToggle} from "./ButtonToggle";