diff options
| author | bobzel <zzzman@gmail.com> | 2024-10-10 20:03:56 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-10-10 20:03:56 -0400 |
| commit | 040a1c5fd3e80606793e65be3ae821104460511b (patch) | |
| tree | ff27020d88a7935b9e03bf9e0ca1563a448d0a28 /src/client/views/collections/CollectionCardDeckView.tsx | |
| parent | 373340938a4bc48edb4b9345f28e562de41153d6 (diff) | |
minor lint fixes.
Diffstat (limited to 'src/client/views/collections/CollectionCardDeckView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionCardDeckView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionCardDeckView.tsx b/src/client/views/collections/CollectionCardDeckView.tsx index 92c69c3cf..3122aa587 100644 --- a/src/client/views/collections/CollectionCardDeckView.tsx +++ b/src/client/views/collections/CollectionCardDeckView.tsx @@ -22,7 +22,6 @@ import { GPTPopup, GPTPopupMode } from '../pdf/GPTPopup/GPTPopup'; import './CollectionCardDeckView.scss'; import { CollectionSubView, SubCollectionViewProps } from './CollectionSubView'; import { computedFn } from 'mobx-utils'; -import { DocumentDecorations } from '../DocumentDecorations'; enum cardSortings { Time = 'time', |
