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)

7 lines (4 loc) 172 B
import { useContext } from 'react'; import LocaleContext from '../components/LocaleContext'; const useLocale = () => useContext(LocaleContext); export default useLocale;