ETHReport/pages/index.js

9 lines
192 B
JavaScript
Raw Normal View History

2018-06-27 15:06:10 +02: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 15:33:33 +02:00
);