import React from 'react' import { withRouteData } from 'react-static' import { Link } from '@reach/router' import { Post } from '../types' export default withRouteData(({ posts }: { posts: Post[] }) => (

It's blog time.


All Posts:
))