diff --git a/src/templates/blog-post/index.tsx b/src/templates/blog-post/index.tsx index 670f1ca6..91a1ae02 100644 --- a/src/templates/blog-post/index.tsx +++ b/src/templates/blog-post/index.tsx @@ -2,7 +2,6 @@ import { graphql } from 'gatsby'; import * as React from 'react'; import dayjs from 'dayjs'; import reltime from 'dayjs/plugin/relativeTime'; -import BlogPostPopupModal from '../../components/BlogPostPopupModal'; import Breadcrumbs from '../../components/Breadcrumbs'; import Layout from '../../components/Layout'; import Seo from '../../components/seo'; @@ -31,7 +30,7 @@ const BlogPostTemplate = ({ data: { post } }) => { ]} /> - + {/* */} ); };