Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ddikodroid committed Apr 18, 2024
1 parent 1301143 commit 8ccc13a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import {
el,
ru,
ro,
id
id,
} from 'react-native-paper-dates'
import { useCallback, useState } from 'react'

Expand All @@ -80,7 +80,7 @@ const locales: [string, TranslationsType][] = [
['el', el],
['ru', ru],
['ro', ro],
['id', id]
['id', id],
]

locales.forEach((locale) => {
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ export { default as cs } from './translations/cs'
export { default as el } from './translations/el'
export { default as ru } from './translations/ru'
export { default as ro } from './translations/ro'
export { default as id } from './translations/id'
export { default as id } from './translations/id'

0 comments on commit 8ccc13a

Please sign in to comment.