6 lines
206 B
JavaScript
6 lines
206 B
JavaScript
function getConfig() {
|
|
throw new Error("Couldn't find next-intl config file. Please follow the instructions at https://next-intl.dev/docs/getting-started/app-router");
|
|
}
|
|
|
|
export { getConfig as default };
|