From d676ff88e4b9920f17d288b63b9af99b37b5c7f9 Mon Sep 17 00:00:00 2001
From: Fedor Katurov <gotham48@gmail.com>
Date: Mon, 21 Oct 2019 13:28:24 +0700
Subject: [PATCH] cleanup

---
 src/components/editors/ImageGrid/index.tsx | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/components/editors/ImageGrid/index.tsx b/src/components/editors/ImageGrid/index.tsx
index 55350dbf..3b97b7af 100644
--- a/src/components/editors/ImageGrid/index.tsx
+++ b/src/components/editors/ImageGrid/index.tsx
@@ -1,11 +1,9 @@
 import React, { FC, useCallback } from 'react';
 import { SortEnd } from 'react-sortable-hoc';
 import * as styles from './styles.scss';
-import { IFile, INode } from '~/redux/types';
+import { IFile } from '~/redux/types';
 import { IUploadStatus } from '~/redux/uploads/reducer';
-import assocPath from 'ramda/es/assocPath';
 import { moveArrItem } from '~/utils/fn';
-import reject from 'ramda/es/reject';
 import { SortableImageGrid } from '~/components/editors/SortableImageGrid';
 
 interface IProps {