feat: implement auth for folders

This commit is contained in:
Takeshi Kimata
2024-06-01 22:00:45 +09:00
parent d941b2a08e
commit 8300520a86
14 changed files with 188 additions and 63 deletions

View File

@@ -22,4 +22,6 @@ export type FoldersMessages = {
create: string;
update: string;
pleaseEnter: string;
delete: string;
areYouSure: string;
};