diff options
| author | bobzel <zzzman@gmail.com> | 2022-07-07 14:57:23 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-07-07 14:57:23 -0400 |
| commit | 5ec467d2c03f98a6070361caf5727dece6327c29 (patch) | |
| tree | 9ef6ae511bd67a85938446b0a82bafaacc0e48f6 /src/client/views/collections/CollectionView.tsx | |
| parent | dd16695b0c5fe8c54bc276a230381ae36e19e5ac (diff) | |
got rid of typings for ReactTextareaAutocomplete to avoid react warnings.
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index d788f9a77..1576ec40f 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -1,7 +1,6 @@ import { computed, observable, runInAction } from 'mobx'; import { observer } from 'mobx-react'; import * as React from 'react'; -import 'react-image-lightbox-with-rotate/style.css'; // This only needs to be imported once in your app import { Doc, DocListCast } from '../../../fields/Doc'; import { Id } from '../../../fields/FieldSymbols'; import { ObjectField } from '../../../fields/ObjectField'; |
