diff --git a/example/src/App.tsx b/example/src/App.tsx index 9bf82054..5017349a 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -53,7 +53,7 @@ import { el, ru, ro, - id + id, } from 'react-native-paper-dates' import { useCallback, useState } from 'react' @@ -80,7 +80,7 @@ const locales: [string, TranslationsType][] = [ ['el', el], ['ru', ru], ['ro', ro], - ['id', id] + ['id', id], ] locales.forEach((locale) => { diff --git a/src/index.tsx b/src/index.tsx index 615ddd03..4d44caf2 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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' \ No newline at end of file +export { default as id } from './translations/id'