Skip to content

Commit 18699bf

Browse files
committed
fix: fixed all errors
Signed-off-by: Alok Dangre <alokdangre@gmail.com> Signed-off-by: Alok Dangre <148090007+alokdangre@users.noreply.github.com>
1 parent 739d1f4 commit 18699bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)