import React from 'react'; import { Locale } from './interface'; const LocaleContext = React.createContext(null); export default LocaleContext;