// @flow import React from 'react'; import Card from '../Card'; import ShareButtons from '../ShareButtons'; import { CardContent, TopBorder } from './style'; import { SmallHeading, SmallSubheading } from '../Page/style'; const BottomShare = () => ( Feeling more secure? Spread the word about improving online privacy and security ); export default BottomShare;