Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gatsby-browser.js « docs - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 035a4dc0398b804efa05abd3cbc8630f46aeb06a (plain)
1
2
3
4
5
6
7
8
9
10
require('prismjs/themes/prism-tomorrow.css')
require('./src/main.css')

/**
 * Implement Gatsby's Browser APIs in this file.
 *
 * See: https://www.gatsbyjs.org/docs/browser-apis/
 */

// You can delete this file if you're not using it