Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Oct 12, 2023
1 parent e55d574 commit 8419ccd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useRouter, usePathname, useSearchParams } from 'next/navigation';
import type { I18nChangeLocaleConfig, I18nClientConfig } from '../../types';
import { ImportedLocales } from 'international-types';
import type { ImportedLocales } from 'international-types';
import { localesCache } from './create-i18n-provider-client';

export function createUseChangeLocale<LocalesKeys>(
Expand Down

0 comments on commit 8419ccd

Please sign in to comment.