import type { FC } from 'react' import { useTranslation } from 'react-i18next' import { mockData } from './mock' const Node: FC = () => { const { t } = useTranslation() return (