Skip to content

Commit

Permalink
Fixed store path
Browse files Browse the repository at this point in the history
Reordered settings stuff
  • Loading branch information
Marvin Heilemann committed Jan 16, 2020
1 parent cec4cc8 commit b0bcb99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"todo-tree.filtering.excludeGlobs": [
"**/*.md",
],
"cSpell.words": [
"dayjs",
"dribbble",
"taskz",
"xing"
],
"todo-tree.filtering.excludeGlobs": [
"**/*.md",
]
}
2 changes: 1 addition & 1 deletion gatsby/wrapRootElement.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const React = require('react')
const { Store } = require('./src/store')
const { Store } = require('../src/store')

module.exports = ({ element }) => <Store>{element}</Store>

0 comments on commit b0bcb99

Please sign in to comment.