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 "../SubMenuList/ImgIconBox"; | 3 | +import ImgIconBox from "../FriendsList/ImgIconBox"; |
4 | 4 | ||
5 | const IncomingBox = styled.div` | 5 | const IncomingBox = styled.div` |
6 | display: flex; | 6 | display: flex; | ... | ... |
-
Please register or login to post a comment