feat(miro): add copy board action

This commit is contained in:
Rıdvan Akca
2023-09-27 11:10:47 +03:00
committed by Faruk AYDIN
parent c2744c5569
commit a95b500e42
6 changed files with 171 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ favicon: /favicons/miro.svg
items:
- name: Create board
desc: Creates a new board.
- name: Copy board
desc: Creates a copy of an existing board.
---
<script setup>