Skip to content

Commit

Permalink
fix: auto lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh committed Sep 20, 2024
1 parent 3154942 commit 4f6df89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-client/src/modules/i18n/i18n.provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const locales = [
key: 'es',
file: 'es',
name: 'Español',
}
},
] as const;

type Locale = typeof locales[number]['key'];
Expand Down

0 comments on commit 4f6df89

Please sign in to comment.