Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Nov 15, 2021
1 parent 4b1e5e0 commit 1e2fb8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
2 changes: 1 addition & 1 deletion integration-tests/artifacts/gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { useMoreInfoQuery } = require("./src/hooks/use-more-info-query")
const Github = require(`./src/components/github`).default

// global css import (make sure warm rebuild doesn't invalidate every file when css is imported)
import "./imported.css"
require("./imported.css")

exports.wrapRootElement = ({ element }) => {
return (
Expand Down
65 changes: 0 additions & 65 deletions scripts/tmp.js

This file was deleted.

0 comments on commit 1e2fb8f

Please sign in to comment.