Skip to content

Commit 7def314

Browse files
author
hugur
committed
import web components only in gatsby-browser
1 parent 2469984 commit 7def314

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

gatsby-theme-w3f/gatsby-browser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import './src/styles/scss/index.scss';
2+
import './src/web-components/index.js';
23

34
import React from 'react';
45

gatsby-theme-w3f/src/components/site/Layout.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/* import our js web-components */
2-
import '../../web-components/index.js';
3-
41
import React from 'react';
52

63
import Footer from './Footer';

0 commit comments

Comments
 (0)