Przeglądaj źródła

import useTranslation from next-i18next

kaori 3 lat temu
rodzic
commit
9eb970965c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/app/src/pages/UnsavedAlertDialog.tsx

+ 1 - 1
packages/app/src/pages/UnsavedAlertDialog.tsx

@@ -1,7 +1,7 @@
 import { useCallback, useEffect } from 'react';
 
 import { useRouter } from 'next/router';
-import { useTranslation } from 'react-i18next';
+import { useTranslation } from 'next-i18next';
 
 import { useIsEnabledUnsavedWarning } from '~/stores/editor';