nyg-static-jam3
Version:
Jam3 frontend static project scaffold generator based on nyg
2 lines • 537 B
JavaScript
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{53:function(e,t,n){"use strict";n.r(t);var l=n(1),a=n.n(l),c=n(25),o=n(50);t.default=Object(c.withRouteData)(function(e){var t=e.posts;return a.a.createElement("div",null,a.a.createElement("h1",null,"It's blog time."),a.a.createElement("br",null),"All Posts:",a.a.createElement("ul",null,t.map(function(e){return a.a.createElement("li",{key:e.id},a.a.createElement(o.Link,{to:"/blog/post/".concat(e.id,"/")},e.title))})))})}}]);
//# sourceMappingURL=src-pages-blog.84389a50.js.map