From 98b5350c655f94e0144a8967af310df336ccbbd3 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 5 Apr 2020 13:21:03 -0700 Subject: [PATCH] lint --- app/components/DocumentHistory/DocumentHistory.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/DocumentHistory/DocumentHistory.js b/app/components/DocumentHistory/DocumentHistory.js index b330d2269..050b73842 100644 --- a/app/components/DocumentHistory/DocumentHistory.js +++ b/app/components/DocumentHistory/DocumentHistory.js @@ -10,7 +10,6 @@ import ArrowKeyNavigation from 'boundless-arrow-key-navigation'; import { DEFAULT_PAGINATION_LIMIT } from 'stores/BaseStore'; import DocumentsStore from 'stores/DocumentsStore'; import RevisionsStore from 'stores/RevisionsStore'; -import Document from 'models/Document'; import Flex from 'shared/components/Flex'; import { ListPlaceholder } from 'components/LoadingPlaceholder';