Skip to content

Commit

Permalink
Prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Jun 5, 2024
1 parent 944f1df commit 394b542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/i18n/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {format, formatDistance, Locale} from 'date-fns'
import { format, formatDistance, Locale } from 'date-fns'
import i18next from 'i18next'
import BrowserLanguageDetector from 'i18next-browser-languagedetector'
import {initReactI18next} from 'react-i18next'
import {dateLocales, translations} from './locales'
import { initReactI18next } from 'react-i18next'
import { dateLocales, translations } from './locales'

// initialize i18next
const i18n = i18next.createInstance()
Expand Down

2 comments on commit 394b542

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.