aboutsummaryrefslogtreecommitdiff
path: root/gatsby-browser.js
blob: 47e52c47a9d0fae70dd425f4bf982abc13a2183a (plain)
1
2
3
// This file shouldn't be necessary, but for some reason Gatsby is not loading
// gatsby-browser.tsx (note the "x") properly...
module.exports = require('./gatsby-browser.tsx');