1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

move NodeBacklinks

This commit is contained in:
Fedor Katurov 2023-11-21 19:36:19 +06:00
parent d757b74fd0
commit 85a182c053
3 changed files with 5 additions and 2 deletions

View file

@ -6,7 +6,10 @@ import { Backlink } from '~/components/node/Backlink';
import { NodeBackLink } from '~/types';
import { has } from '~/utils/ramda';
import { BACKLINK_TITLES, SOCIAL_ICONS } from '../../../constants/auth/socials';
import {
BACKLINK_TITLES,
SOCIAL_ICONS,
} from '../../../../../constants/auth/socials';
import styles from './styles.module.scss';

View file

@ -9,7 +9,6 @@ import { NodeDeletedBadge } from '~/components/node/NodeDeletedBadge';
import { NodeNoComments } from '~/components/node/NodeNoComments';
import { NodeRelatedBlock } from '~/components/node/NodeRelatedBlock';
import { NodeTagsBlock } from '~/components/node/NodeTagsBlock';
import { NodeBacklinks } from '~/containers/node/NodeBacklinks';
import { NodeComments } from '~/containers/node/NodeComments';
import { useNodeBlocks } from '~/hooks/node/useNodeBlocks';
import { useCommentContext } from '~/utils/context/CommentContextProvider';
@ -18,6 +17,7 @@ import { useNodeRelatedContext } from '~/utils/context/NodeRelatedContextProvide
import { NodeCommentFormSSR } from '../NodeCommentForm/ssr';
import { NodeBacklinks } from './components/NodeBacklinks';
import styles from './styles.module.scss';
interface IProps {