more strings and translations added

This commit is contained in:
Rohinish
2024-01-21 16:54:33 +05:30
committed by psychedelicious
parent ea1d2d6a4c
commit de0b43c81d
4 changed files with 15 additions and 4 deletions

View File

@ -3,8 +3,8 @@ import type { AnimationProps } from 'framer-motion';
import { motion } from 'framer-motion';
import type { ReactNode } from 'react';
import { memo, useRef } from 'react';
import { v4 as uuidv4 } from 'uuid';
import { useTranslation } from 'react-i18next';
import { v4 as uuidv4 } from 'uuid';
type Props = {
isOver: boolean;
label?: ReactNode;