import React from 'react';

const Logo = () => {
  return (
    // This should just be our static image with google styles and maybe a hover effect, maybe some text 
<img />
  )
}

export default Logo
