Skip to content

Commit

Permalink
Remove unused i18next types import from i18n.server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalsoueidan committed Jun 22, 2024
1 parent 39aea8a commit 3735e2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/i18n/i18n.server.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import i18n, {type BackendModule, type ReadCallback} from 'i18next';
import {initReactI18next} from 'react-i18next';
import './@types/i18next';
import {i18nDefaultConfig} from './defaultConfig';
class CustomBackend implements BackendModule {
static type: 'backend' = 'backend' as const;
Expand Down

0 comments on commit 3735e2c

Please sign in to comment.