mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-25 22:27:24 +10:00
absolute imports should come before relative imports
This commit is contained in:
parent
a7883fe4f0
commit
f53a537347
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue