mirror of
https://github.com/status-im/ETHReport.git
synced 2025-03-02 14:40:36 +00:00
8 lines
191 B
JavaScript
8 lines
191 B
JavaScript
|
import React from 'react';
|
||
|
import '../styles.scss';
|
||
|
|
||
|
export default () => (
|
||
|
<div className="home page-wrapper">
|
||
|
<h1><strong>ETHPrize website</strong> <br />coming soon!</h1>
|
||
|
</div>
|
||
|
);
|