Showing
1 changed file
with
1 additions
and
1 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 ImgIconBox from "./ImgIconBox"; | 3 | +import ImgIconBox from "../ImgIcon"; |
4 | import TextBox from "./TextBox"; | 4 | import TextBox from "./TextBox"; |
5 | 5 | ||
6 | const ChatListBox = styled.div` | 6 | const ChatListBox = styled.div` | ... | ... |
-
Please register or login to post a comment