feat(miro): add create board action
This commit is contained in:
3
packages/backend/src/apps/miro/actions/index.ts
Normal file
3
packages/backend/src/apps/miro/actions/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import createBoard from './create-board';
|
||||
|
||||
export default [createBoard];
|
Reference in New Issue
Block a user