Merge pull request #18533 from strapi/chore/language-provider-mock-ts

chore(admin): move LanguageProvider mock file to TS
This commit is contained in:
Gustav Hansen 2023-10-23 11:54:53 +02:00 committed by GitHub
commit 588add7a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
/* eslint-disable check-file/filename-naming-convention */
export function useLocalesProvider() {
return {
changeLocale() {},