fix(controls): add export for ControlButton component

This commit is contained in:
Christopher Möller
2022-07-21 14:54:12 +02:00
parent c17ac0a9e5
commit e0a30377ae

View File

@@ -1,2 +1,3 @@
export { default as default } from './Controls';
export * from './types';
export * from './Controls';