Files

10 lines
225 B
TypeScript

import AccountClient from "../../components/AccountClient";
export default function AccountInboxPage() {
return (
<main className="page-shell workspace-page">
<AccountClient section="inbox" />
</main>
);
}