import * as React from 'react'; import styled from 'styled-components'; import {Heading, Paragraph} from 'ts/@next/components/text'; export const DropdownProducts = () => (
  • 0x Instant Simple crypto purchasing
  • 0x Launch Kit Build on the 0x protocol
  • Extensions
  • ); const List = styled.ul` li { padding: 15px 30px; } `;