From 9c6480caff84a9e908a94e18a7a6861d81e9d6ef Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Wed, 23 Jun 2021 20:37:10 +0700 Subject: [PATCH] removed unused import --- src/components/comment/CommentContent/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/comment/CommentContent/index.tsx b/src/components/comment/CommentContent/index.tsx index 347aa1e9..cccdb985 100644 --- a/src/components/comment/CommentContent/index.tsx +++ b/src/components/comment/CommentContent/index.tsx @@ -16,7 +16,6 @@ import { CommentForm } from '~/components/comment/CommentForm'; import { useShallowSelect } from '~/utils/hooks/useShallowSelect'; import { selectNode } from '~/redux/node/selectors'; import classNames from 'classnames'; -import 'flexbin/flexbin.scss'; interface IProps { comment: IComment;