Bubble.js 151 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import React from "react"; import styled from "styled-components"; const BubbleBox = styled.div``; export default () => { return <BubbleBox />; };