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

🔧 Export Panel

This commit is contained in:
Steffo 2021-07-20 02:33:23 +02:00
parent af52bf2fd6
commit a0857c4e34
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -29,3 +29,4 @@ export {default as Form} from "./Form"
export {default as FormElement} from "./FormElement" export {default as FormElement} from "./FormElement"
export {default as FormSubmit} from "./FormSubmit" export {default as FormSubmit} from "./FormSubmit"
export {default as Todo} from "./Todo" export {default as Todo} from "./Todo"
export {default as Panel} from "./Panel"