sdy

update import statement

import React from "react";
import styled from "styled-components";
import IncomingMsg from "./IncomingMsg";
import OutcomingMsg from "./OutcomingMsg";
import IncomingMsg from "../IncomingMsg";
import OutcomingMsg from "../OutcomingMsg";
const ChatScreen = styled.div``;
......