1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

cleaned imports

This commit is contained in:
Fedor Katurov 2021-03-31 14:43:20 +07:00
parent d865067eaf
commit 639b9815a8
3 changed files with 3 additions and 8 deletions

View file

@ -1,11 +1,9 @@
import React, { FC, useCallback, useMemo } from 'react';
import React, { FC, useMemo } from 'react';
import { Markdown } from '~/components/containers/Markdown';
import { INodeComponentProps } from '~/redux/node/constants';
import { formatTextParagraphs } from '~/utils/dom';
import { path } from 'ramda';
import styles from './styles.module.scss';
import { useHistory } from 'react-router';
import { URLS } from '~/constants/urls';
import { useGotoNode } from '~/utils/hooks/node/useGotoNode';
const LabText: FC<INodeComponentProps> = ({ node }) => {