import { Delete } from '@mui/icons-material' import { ListItemIcon, ListItemText, MenuItem } from '@mui/material' import { useTranslation } from 'react-i18next' import { useAllDanmakuQuerySuspense } from '@/common/danmaku/queries/useAllDanmakuQuerySuspense' import { useStore } from '@/po...
import { useTranslation } from 'react-i18next' import { Box } from '../Layout' import { TopView } from '../TopView' interface AssistantSettingPopupShowParams { assistant: Assistant } 3 changes: 2 additions & 1 deletion 3 src/renderer/src/components/Popups/PromptPopup.tsx Original file li...
import { Information, Upload } from "mdi-material-ui"; import { useTranslation } from "react-i18next"; import axios from "axios"; import { ColDef, DataGrid, RowModel } from "@material-ui/data-grid"; @@ -35,6 +38,9 @@ import { UserContext } from "../../../context"; import...
import { IconFileExport, IconSettings } from '@tabler/icons-react'; import { useContext, useState } from 'react'; import { useTranslation } from 'next-i18next'; @@ -38,7 +33,6 @@ export const ChatbarSettings = () => { handleClearConversations, handleImportConversations, handleExportData...
Then reexports useTranslation(). The index file reexports useTranslation() from react-i18next. The result of all of this is next-i18next doesn't even appear in suggestions for useTranslation(). Let's say I have this project structure: /project - frontend Where frontend is the folder with...
{ useTranslation } from 'react-i18next'; import { connect } from 'react-redux'; -import { TokenEntity } from '../../features/data/entities/token'; -import { VaultGov } from '../../features/data/entities/vault'; +import type { TokenEntity } from '../../features/data/entities/...
import { Modal } from '@lobehub/ui'; import dynamic from 'next/dynamic'; import { memo } from 'react'; import { useTranslation } from 'react-i18next'; import { useGlobalStore } from '@/store/global'; const TopicListContent = dynamic(() => import('../../features/TopicListContent...
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool - cho
{ useTranslation } from 'react-i18next'; import { connect } from 'react-redux'; -import { TokenEntity } from '../../features/data/entities/token'; -import { VaultGov } from '../../features/data/entities/vault'; +import type { TokenEntity } from '../../features/data/entities/...