Add: support feedback

This commit is contained in:
2021-12-13 23:18:46 +08:00
parent 22f7ea8476
commit 0c9048072f
9 changed files with 190 additions and 15 deletions

View File

@@ -46,6 +46,7 @@ function Manage(props) {
<hr />
<button onClick={() => navigate("/manage/tags")}>Tags</button>
<button onClick={() => navigate("/manage/users")}>Users</button>
<button onClick={() => navigate("/manage/feedbacks")}>Feedbacks</button>
<Database />
</div>
);