import React from 'react'; import AnchorLink from 'react-anchor-link-smooth-scroll'; import getConfig from 'next/config'; import './style.scss'; const { publicRuntimeConfig } = getConfig(); const PageHeader = () => (
ETHPrize logo

Eth Report 2018

We’ve interviewed 100+ developers to showcase the biggest opportunities in the Ethereum ecosystem

); export default PageHeader;