More blank components and stories to be filled in
This commit is contained in:
@@ -5,5 +5,5 @@ interface Props {
|
||||
}
|
||||
|
||||
export default function ChatContainer(props: Props) {
|
||||
return <div>Component goes here</div>;
|
||||
return <div>Chat container goes here</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user