Clean up CSS fix

This commit is contained in:
Angelos Chalaris
2019-08-16 10:39:35 +03:00
parent f8c77a621f
commit a2612fbf1b

View File

@ -1,8 +1,7 @@
import React from 'react'; import React from 'react';
import Helmet from 'react-helmet'; import Helmet from 'react-helmet';
import { useStaticQuery, graphql } from 'gatsby'; import { useStaticQuery, graphql } from 'gatsby';
require('../styles/index.scss'); require('../styles/index.scss'); // Do not change this to `import`, it's not going to work, no clue why
// import '../styles/index.scss';
// =================================================== // ===================================================
// Page metadata (using Helmet) // Page metadata (using Helmet)