add Comment component, make POST comment request

This commit is contained in:
2021-05-17 15:56:58 +02:00
parent 2aa13dceff
commit e0dc0a8fdb
6 changed files with 111 additions and 9 deletions

View File

@@ -54,6 +54,10 @@ const appMessages = {
text: "Dénomination",
description: "Description",
add_resources: "Ajouter des interlocuteurs",
},
comment: {
title: "Ajout d'une note",
content: "Rédigez une première note..."
}
}
};