src/LocaleContext.js (
2
lines of code) (
raw
):
import { createContext } from "react"; export const LocaleContext = createContext(undefined);