import React from "react"; import styled from "styled-components"; const Styled = styled.div` display: flex; `; export default function Removed() { return Removed; }