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:
parent
d757b74fd0
commit
85a182c053
3 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,10 @@ import { Backlink } from '~/components/node/Backlink';
|
||||||
import { NodeBackLink } from '~/types';
|
import { NodeBackLink } from '~/types';
|
||||||
import { has } from '~/utils/ramda';
|
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';
|
import styles from './styles.module.scss';
|
||||||
|
|
|
@ -9,7 +9,6 @@ import { NodeDeletedBadge } from '~/components/node/NodeDeletedBadge';
|
||||||
import { NodeNoComments } from '~/components/node/NodeNoComments';
|
import { NodeNoComments } from '~/components/node/NodeNoComments';
|
||||||
import { NodeRelatedBlock } from '~/components/node/NodeRelatedBlock';
|
import { NodeRelatedBlock } from '~/components/node/NodeRelatedBlock';
|
||||||
import { NodeTagsBlock } from '~/components/node/NodeTagsBlock';
|
import { NodeTagsBlock } from '~/components/node/NodeTagsBlock';
|
||||||
import { NodeBacklinks } from '~/containers/node/NodeBacklinks';
|
|
||||||
import { NodeComments } from '~/containers/node/NodeComments';
|
import { NodeComments } from '~/containers/node/NodeComments';
|
||||||
import { useNodeBlocks } from '~/hooks/node/useNodeBlocks';
|
import { useNodeBlocks } from '~/hooks/node/useNodeBlocks';
|
||||||
import { useCommentContext } from '~/utils/context/CommentContextProvider';
|
import { useCommentContext } from '~/utils/context/CommentContextProvider';
|
||||||
|
@ -18,6 +17,7 @@ import { useNodeRelatedContext } from '~/utils/context/NodeRelatedContextProvide
|
||||||
|
|
||||||
import { NodeCommentFormSSR } from '../NodeCommentForm/ssr';
|
import { NodeCommentFormSSR } from '../NodeCommentForm/ssr';
|
||||||
|
|
||||||
|
import { NodeBacklinks } from './components/NodeBacklinks';
|
||||||
import styles from './styles.module.scss';
|
import styles from './styles.module.scss';
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue