sdy

move files to root component folder

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