Skip to content

Commit

Permalink
Just doing things...
Browse files Browse the repository at this point in the history
  • Loading branch information
russbeye committed Oct 26, 2017
1 parent 43871dd commit 280094a
Show file tree
Hide file tree
Showing 355 changed files with 40 additions and 38,073 deletions.
14 changes: 0 additions & 14 deletions .gatsby-context.js

This file was deleted.

4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* @flow */

exports.loadContext = (cb: Function): Function => {
const ctx = require.context('./pages', true)
const ctx = require.context('./src/pages', true)

if (module.hot) {
module.hot.accept(ctx.id, function() {
const ctx = require.context('./pages', true)
const ctx = require.context('./src/pages', true)
return cb(ctx)
})
}
Expand Down
57 changes: 0 additions & 57 deletions components/ApiKey.jsx

This file was deleted.

126 changes: 0 additions & 126 deletions components/ApiStatus.jsx

This file was deleted.

Loading

0 comments on commit 280094a

Please sign in to comment.