export default function InboxPage() {
  return <p>Inbox page coming soon</p>;
}