sdy

update import statement

1 import React from "react"; 1 import React from "react";
2 import styled from "styled-components"; 2 import styled from "styled-components";
3 -import IncomingMsg from "./IncomingMsg"; 3 +import IncomingMsg from "../IncomingMsg";
4 -import OutcomingMsg from "./OutcomingMsg"; 4 +import OutcomingMsg from "../OutcomingMsg";
5 5
6 const ChatScreen = styled.div``; 6 const ChatScreen = styled.div``;
7 7
......