feat: boards and statuses editing and creating for mobiles

This commit is contained in:
2025-08-08 15:01:10 +04:00
parent f52fde0097
commit afad1b4605
12 changed files with 109 additions and 23 deletions

View File

@ -1,5 +1,5 @@
import TestModal from "@/modals/TestModal/TestModal";
import EnterNameModal from "@/modals/EnterNameModal/EnterNameModal";
export const modals = {
testModal: TestModal,
enterNameModal: EnterNameModal,
};