Updated structure, added footer and css classes
This commit is contained in:
10
src/components/Footer.js
Normal file
10
src/components/Footer.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react'
|
||||
import Link from 'gatsby-link'
|
||||
|
||||
const Footer = () => (
|
||||
<footer>
|
||||
<h1>Footer</h1>
|
||||
</footer>
|
||||
)
|
||||
|
||||
export default Footer
|
||||
Reference in New Issue
Block a user