diff options
| author | bobzel <zzzman@gmail.com> | 2024-10-01 15:57:57 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-10-01 15:57:57 -0400 |
| commit | 8d7bf0588ca63c2d505a494865dcf9921eb1383d (patch) | |
| tree | 7ecfb7535513a03e9dca5271d5053f47bd87c038 /src/client/views/collections/CollectionCarouselView.tsx | |
| parent | fe3c2d841b8c112f7f22ac9f7209d46b0c6b9669 (diff) | |
more lint fixes
Diffstat (limited to 'src/client/views/collections/CollectionCarouselView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionCarouselView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionCarouselView.tsx b/src/client/views/collections/CollectionCarouselView.tsx index db75c9e8b..74cf580c9 100644 --- a/src/client/views/collections/CollectionCarouselView.tsx +++ b/src/client/views/collections/CollectionCarouselView.tsx @@ -3,8 +3,8 @@ import { IReactionDisposer, action, computed, makeObservable, observable, reacti import { observer } from 'mobx-react'; import * as React from 'react'; import { StopEvent, returnOne, returnZero } from '../../../ClientUtils'; -import { Doc, DocListCast, Opt } from '../../../fields/Doc'; -import { BoolCast, Cast, DocCast, NumCast, ScriptCast, StrCast } from '../../../fields/Types'; +import { Doc, Opt } from '../../../fields/Doc'; +import { BoolCast, DocCast, NumCast, ScriptCast, StrCast } from '../../../fields/Types'; import { DocumentType } from '../../documents/DocumentTypes'; import { DragManager } from '../../util/DragManager'; import { ContextMenu } from '../ContextMenu'; |
