Adding chat window.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import React from "react";
|
||||
import { Row, Col } from "antd";
|
||||
import React, { useState } from "react";
|
||||
import { Row, Col, Button } from "antd";
|
||||
import ChatWindowContainer from "../chat-window/chat-window.container";
|
||||
|
||||
export default function FooterComponent() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user