|
|
@@ -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';
|
|
|
|