7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
![]() |
import { OptionalIntlConfig } from "react-intl/dist/components/provider";
|
||
|
|
||
|
export const config: OptionalIntlConfig = {
|
||
|
defaultLocale: "en",
|
||
|
locale: "en"
|
||
|
};
|