Skip to content

Commit f169363

Browse files
committed
fix: ensure React is in scope in gatsby-browser.js
Signed-off-by: M-DEV-1 <[email protected]>
1 parent cf6a6bd commit f169363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/gatsby-browser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from "react";
12
import { ThemeProvider } from './src/components/Theme';
23
import './src/styles/global.css';
34

0 commit comments

Comments
 (0)