reoverlay
Version:
The missing solution for managing modals in React.
14 lines (11 loc) • 330 B
JavaScript
/**
* 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
import "./src/styles/reset.css"
import "./src/styles/variables.css"
import "./src/styles/fonts.css"
import "./src/styles/global.css"
import "./src/styles/prism.css"