This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/gatsby-browser.js

4 lines
178 B
JavaScript
Raw Normal View History

// 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');