mirror of
https://github.com/status-im/ETHReport.git
synced 2025-01-10 06:05:39 +00:00
15 lines
333 B
JavaScript
15 lines
333 B
JavaScript
|
import React from 'react';
|
||
|
import './style.scss';
|
||
|
|
||
|
export default () => (
|
||
|
<div className="page-header">
|
||
|
<div className="container">
|
||
|
<h1>Ethereum Report</h1>
|
||
|
<p>
|
||
|
We’ve interviewed 100+ developers to showcase the biggest opportunities in the
|
||
|
Ethereum ecosystem
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
);
|