blob: 2c5396e342c7ef97c149c300fc62cf85011635f8 [file]
import { createContext } from "react";
export const LocaleContext = createContext(undefined);