Skip to content

Commit 14ea869

Browse files
author
Vivek Vishal
authored
Merge pull request #1078 from IhorLazarkov/master
removed duplicate React import
2 parents 1baa4b9 + 1026d66 commit 14ea869

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)