ETHReport/pages/index.js

9 lines
192 B
JavaScript
Raw Normal View History

2018-06-27 13:06:10 +00:00
import React from 'react';
import '../styles.scss';
export default () => (
<div className="home page-wrapper">
<h1><strong>ETHPrize website</strong> <br />coming soon!</h1>
</div>
2018-06-27 13:33:33 +00:00
);