Cretate delete project confirm dialog

This commit is contained in:
Takeshi Kimata
2024-05-26 13:11:06 +09:00
parent 8832d9b9e7
commit 691684e9b7
9 changed files with 70 additions and 16 deletions

View File

@@ -34,8 +34,8 @@ export type ProjectsMessages = {
update: string;
pleaseEnter: string;
noProjectsFound: string;
needSignedIn: string;
signIn: string;
areYouSure: string;
delete: string;
};
export type ProjectMessages = {