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:
parent
a85421b2f8
commit
5ae52afed2
1 changed files with 2 additions and 0 deletions
|
@ -23,3 +23,5 @@ export {default as Underline} from "./Underline";
|
||||||
export {default as BaseLink} from "./BaseLink";
|
export {default as BaseLink} from "./BaseLink";
|
||||||
export {default as VisualErrorBoundary} from "./VisualErrorBoundary";
|
export {default as VisualErrorBoundary} from "./VisualErrorBoundary";
|
||||||
export {default as VisualLog} from "./VisualLog";
|
export {default as VisualLog} from "./VisualLog";
|
||||||
|
export {default as Button} from "./Button";
|
||||||
|
export {default as ButtonToggle} from "./ButtonToggle";
|
||||||
|
|
Loading…
Reference in a new issue