Skip to content

Commit 18699bf

Browse files
committed
fix: fixed all errors
Signed-off-by: Alok Dangre <[email protected]> Signed-off-by: Alok Dangre <[email protected]>
1 parent 739d1f4 commit 18699bf

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,4 +1,5 @@
11
import { ThemeProvider } from './src/components/Theme';
22
import './src/styles/global.css';
3+
import React from "react";
34

45
export const wrapRootElement = ({ element }) => <ThemeProvider>{element}</ThemeProvider>;

0 commit comments

Comments
 (0)