Skip to content

Commit

Permalink
chore: rearrange import order
Browse files Browse the repository at this point in the history
  • Loading branch information
DSchau committed Sep 28, 2018
1 parent 6e2340d commit e855f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import React, {Component} from 'react';
import {graphql} from 'gatsby';
import TitleAndMetaTags from 'components/TitleAndMetaTags';
import Layout from 'components/Layout';
import loadScript from 'utils/loadScript';
import {colors, media, sharedStyles} from 'theme';
import loadScript from 'utils/loadScript';
import createOgUrl from 'utils/createOgUrl';
import {babelURL} from 'site-constants';
import ReactDOM from 'react-dom';
Expand Down

0 comments on commit e855f5f

Please sign in to comment.