feat(settings): add settings pages and layout with routing

This commit is contained in:
2025-10-20 18:25:44 +08:00
parent 85eb3ab3da
commit 73510a3b74
12 changed files with 128 additions and 21 deletions

View File

@@ -0,0 +1,9 @@
function ProfileSetting() {
return (
<div>
<h1>Profile Setting</h1>
</div>
);
}
export default ProfileSetting;