🐛 Wrong import (using react instead of next for translation)

This commit is contained in:
Meier Lukas
2023-08-06 16:06:44 +02:00
parent 0bed8b2025
commit 7a499da903

View File

@@ -27,10 +27,10 @@ import {
TablerIconsProps,
} from '@tabler/icons-react';
import { useSession } from 'next-auth/react';
import { useTranslation } from 'next-i18next';
import Image from 'next/image';
import Link from 'next/link';
import { ReactNode, RefObject, forwardRef } from 'react';
import { useTranslation } from 'react-i18next';
import { useScreenLargerThan } from '~/hooks/useScreenLargerThan';
import { usePackageAttributesStore } from '~/tools/client/zustands/usePackageAttributesStore';