ChatFooter.js 182 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import React from "react"; import styled from "styled-components"; const ChatFooter = styled.div` display: flex; `; export default () => { return <ChatFooter></ChatFooter>; };