Parcourir la source

import useTranslation from next-i18next

kaori il y a 3 ans
Parent
commit
9eb970965c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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';