UI Update
This commit is contained in:
10
src/app/(panels)/suite/patient/chat/page.tsx
Normal file
10
src/app/(panels)/suite/patient/chat/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
"use client"
|
||||
|
||||
export default function Chat() {
|
||||
return (
|
||||
<div className="container mx-auto">
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user