mirror of
https://github.com/Fabio286/mizar.git
synced 2025-03-12 23:10:03 +01:00
chore: remove trailing comma
This commit is contained in:
parent
6cb7452306
commit
bb995317cc
@ -6,7 +6,7 @@ import { ptBR } from './pt-BR';
|
|||||||
const messages = {
|
const messages = {
|
||||||
'en-US': enUS,
|
'en-US': enUS,
|
||||||
'it-IT': itIT,
|
'it-IT': itIT,
|
||||||
'pt-BR': ptBR,
|
'pt-BR': ptBR
|
||||||
};
|
};
|
||||||
|
|
||||||
type NestedPartial<T> = {
|
type NestedPartial<T> = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user