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

removed unused import

This commit is contained in:
Fedor Katurov 2021-06-23 20:37:10 +07:00
parent c37f727aad
commit 9c6480caff

View file

@ -16,7 +16,6 @@ import { CommentForm } from '~/components/comment/CommentForm';
import { useShallowSelect } from '~/utils/hooks/useShallowSelect'; import { useShallowSelect } from '~/utils/hooks/useShallowSelect';
import { selectNode } from '~/redux/node/selectors'; import { selectNode } from '~/redux/node/selectors';
import classNames from 'classnames'; import classNames from 'classnames';
import 'flexbin/flexbin.scss';
interface IProps { interface IProps {
comment: IComment; comment: IComment;