send message to new recipient

This commit is contained in:
m5r
2021-08-01 15:40:18 +08:00
parent 7d7c4cb495
commit 56e8880715
15 changed files with 456 additions and 39 deletions

View File

@ -12,7 +12,7 @@ const PhoneCalls: BlitzPage = () => {
return (
<>
<div className="flex flex-col space-y-6 p-6">
<p>Calls page</p>
<h2 className="text-3xl font-bold">Calls</h2>
</div>
<Suspense fallback="Loading...">
<PhoneCallsList />