Project member management

This commit is contained in:
Takeshi Kimata
2024-05-30 22:29:46 +09:00
parent abf2d48bee
commit db121940d8
13 changed files with 362 additions and 14 deletions

View File

@@ -5,4 +5,8 @@ export type SettingsMessages = {
username: string;
role: string;
noMembersFound: string;
addMember: string;
userNameOrEmail: string;
close: string;
add: string;
};