diff options
author | bobzel <zzzman@gmail.com> | 2024-08-13 15:55:01 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-08-13 15:55:01 -0400 |
commit | fe91a8cd62ee1793f4a1d38c3ed4a1b451f4e3a4 (patch) | |
tree | f883f4043c96f1f4dd4844b4835bbb74c5414f07 /src | |
parent | ef79ab121c881d3e6a2982ce2e01da40294af656 (diff) |
fix for linear views
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/collectionLinear/CollectionLinearView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionLinear/CollectionLinearView.tsx b/src/client/views/collections/collectionLinear/CollectionLinearView.tsx index 3af8464c2..ceae43c04 100644 --- a/src/client/views/collections/collectionLinear/CollectionLinearView.tsx +++ b/src/client/views/collections/collectionLinear/CollectionLinearView.tsx @@ -22,6 +22,7 @@ import { DocumentLinksButton } from '../../nodes/DocumentLinksButton'; import { DocumentView } from '../../nodes/DocumentView'; import { LinkDescriptionPopup } from '../../nodes/LinkDescriptionPopup'; import { CollectionSubView, SubCollectionViewProps } from '../CollectionSubView'; +import './CollectionLinearView.scss'; /** * CollectionLinearView is the class for rendering the horizontal collection |