4 lines
157 B
TypeScript
4 lines
157 B
TypeScript
|
// License: LGPL-3.0-or-later
|
||
|
import getCanonicalLocales from './custom/getCanonicalLocales';
|
||
|
const promise = getCanonicalLocales();
|
||
|
export default promise;
|