Skip to content

Commit e9790a1

Browse files
committed
removed duplicate React import
Signed-off-by: ilazarkov <ilazarkov@gmail.com>
1 parent 29747e7 commit e9790a1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)