absolute imports should come before relative imports

This commit is contained in:
Marco Biedermann 2017-12-20 12:25:21 +01:00
parent a7883fe4f0
commit f53a537347
No known key found for this signature in database
GPG key ID: 61342DB42C3F6E1E

View file

@ -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,