diff options
author | bobzel <zzzman@gmail.com> | 2024-08-13 15:55:11 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-08-13 15:55:11 -0400 |
commit | 2d0237c80167986fc72c2894bac311c732b910d4 (patch) | |
tree | 1d8be9aee0fa01720f8e125b25752488450a4207 | |
parent | a0774ccdd2de7953b9822df2e106d7395cc0f216 (diff) | |
parent | fe91a8cd62ee1793f4a1d38c3ed4a1b451f4e3a4 (diff) |
Merge branch 'master' into removingAnys
-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 |