Showing
1 changed file
with
2 additions
and
2 deletions
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 | ... | ... |
-
Please register or login to post a comment