diff --git a/pages/posts/[slug].tsx b/pages/posts/[slug].tsx index da7ee02..a84f872 100644 --- a/pages/posts/[slug].tsx +++ b/pages/posts/[slug].tsx @@ -1,3 +1,4 @@ +import Link from 'next/link'; import * as postsService from '../../lib/posts'; import PostType from '../../lib/types/post'; @@ -6,10 +7,19 @@ interface PropTypes { } const Post = ({ post }: PropTypes) => ( -