Skip to content

Commit e9790a1

Browse files
committed
removed duplicate React import
Signed-off-by: ilazarkov <[email protected]>
1 parent 29747e7 commit e9790a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/gatsby-browser.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from "react";
22
import { ThemeProvider } from './src/components/Theme';
33
import './src/styles/global.css';
4-
import React from "react";
54

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

0 commit comments

Comments
 (0)