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