unpkg/client/Home.js
MICHAEL JACKSON 2a0d32f214 Add /_stats endpoint
Also, remove ingest_stats worker and use the cache instead.
2017-08-22 08:52:30 -07:00

8 lines
182 B
JavaScript

import React from 'react'
import contentHTML from './Home.md'
const Home = () =>
<div className="wrapper" dangerouslySetInnerHTML={{ __html: contentHTML }}/>
export default Home