feat: add boards management page (#55)

This commit is contained in:
Manuel
2024-02-09 22:20:28 +01:00
committed by GitHub
parent 81e61b4d6b
commit 5ef79edc1a
8 changed files with 152 additions and 2 deletions

View File

@@ -363,5 +363,14 @@ export default {
about: "About",
},
},
page: {
board: {
title: "Manage boards",
button: {
create: "Create board",
delete: "Delete board",
},
},
},
},
} as const;