Skip to content

Commit f0b8340

Browse files
author
Jin Ying
committed
Update layout.css folder
1 parent 453596c commit f0b8340

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
33
import { StaticQuery, graphql } from 'gatsby';
44

55
import NavBar from './NavBar';
6-
import './layout.css';
6+
import '../css/layout.css';
77

88
const Layout = ({ children }) => (
99
<StaticQuery
File renamed without changes.

0 commit comments

Comments
 (0)