sdy

update import statement

import React from "react";
import styled from "styled-components";
import ImgIconBox from "./ImgIcon";
import ImgIconBox from "./ProfileIcon";
const IncomingBox = styled.div`
display: flex;
......