添加邮件系统page

This commit is contained in:
2025-06-10 21:37:36 +08:00
parent 749cb2e13b
commit e777afc433
6 changed files with 38 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
export default function MailInbox() {
return (
<div>
...
</div>
)
}