mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-03 10:03:37 +00:00
10 lines
193 B
JavaScript
10 lines
193 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>
|
|
);
|
|
|