Skip to content

Commit 8ccc13a

Browse files
committed
fix: lint error
1 parent 1301143 commit 8ccc13a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import {
5353
el,
5454
ru,
5555
ro,
56-
id
56+
id,
5757
} from 'react-native-paper-dates'
5858
import { useCallback, useState } from 'react'
5959

@@ -80,7 +80,7 @@ const locales: [string, TranslationsType][] = [
8080
['el', el],
8181
['ru', ru],
8282
['ro', ro],
83-
['id', id]
83+
['id', id],
8484
]
8585

8686
locales.forEach((locale) => {

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ export { default as cs } from './translations/cs'
2929
export { default as el } from './translations/el'
3030
export { default as ru } from './translations/ru'
3131
export { default as ro } from './translations/ro'
32-
export { default as id } from './translations/id'
32+
export { default as id } from './translations/id'

0 commit comments

Comments
 (0)