import React from 'react' import { COLORS } from '../lib/constants' export default function ReferralLink(props) { return ( {props.children} ) }