UNPKG

@newrelic/gatsby-theme-newrelic

Version:

[![Community Project header](https://github.com/newrelic/opensource-website/raw/master/src/images/categories/Community_Project.png)](https://opensource.newrelic.com/oss-category/#community-project)

15 lines (12 loc) 247 B
import React from 'react'; import GlobalFooter from '../GlobalFooter'; import { css } from '@emotion/react'; const Footer = (props) => ( <GlobalFooter {...props} css={css` grid-area: footer; `} /> ); export default Footer;