Add tools setting page

This commit is contained in:
2024-01-16 23:37:07 +08:00
parent ec3f552ec5
commit b738634eff
4 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
const Tools = () => {
return <></>
}
export default Tools