mirror of
https://github.com/Fabio286/mizar.git
synced 2025-06-05 16:59:47 +02:00
chore: remove trailing comma
This commit is contained in:
@@ -6,7 +6,7 @@ import { ptBR } from './pt-BR';
|
||||
const messages = {
|
||||
'en-US': enUS,
|
||||
'it-IT': itIT,
|
||||
'pt-BR': ptBR,
|
||||
'pt-BR': ptBR
|
||||
};
|
||||
|
||||
type NestedPartial<T> = {
|
||||
|
Reference in New Issue
Block a user