Files
old-v2-frontend/src/components/Footer.js

11 lines
149 B
JavaScript
Raw Normal View History

import React from 'react'
import Link from 'gatsby-link'
const Footer = () => (
<footer>
<h1>Footer</h1>
</footer>
)
export default Footer