diff --git a/components/Footer.tsx b/components/Footer.tsx new file mode 100644 index 0000000..567cb8b --- /dev/null +++ b/components/Footer.tsx @@ -0,0 +1,26 @@ +import {VscSmiley} from 'react-icons/vsc'; +import { MdAttachFile } from "react-icons/md"; +import { BsMic } from "react-icons/bs"; + + + +function Footer() { + + return ( + + ) +} +export default Footer \ No newline at end of file diff --git a/components/MainChat.tsx b/components/MainChat.tsx new file mode 100644 index 0000000..f5974b7 --- /dev/null +++ b/components/MainChat.tsx @@ -0,0 +1,12 @@ +import {Fragment} from 'react' +import Footer from './Footer' +import BodyHeader from './utils/BodyHeader' + +export default function MainChat() { + return ( + + +