diff --git a/src/templates/blog-post.jsx b/src/templates/blog-post.jsx index 22b3f0d..7d0c58f 100644 --- a/src/templates/blog-post.jsx +++ b/src/templates/blog-post.jsx @@ -1,7 +1,7 @@ import React from 'react'; import graphql from 'graphql'; -import Content, { HTMLContent } from '../components/Content'; import Helmet from 'react-helmet'; +import Content, { HTMLContent } from '../components/Content'; export const BlogPostTemplate = ({ content, contentComponent, description, title, helmet,