createDrafts

This commit is contained in:
2022-05-29 21:52:40 +03:00
parent 593c43d00d
commit 715ddddb3d
9 changed files with 115 additions and 5 deletions
+3
View File
@@ -1,2 +1,5 @@
export const usersCollection = 'USERS_COLLECTIONS'
export const draftsCollection = 'DRAFTS_CLLECTION'
export const tasksCollection = 'TASKS_CLLECTION'
export const numberCollection = 'NUMBER_COLLECTION'