diff options
| author | bobzel <zzzman@gmail.com> | 2024-04-05 00:33:12 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-04-05 00:33:12 -0400 |
| commit | 583420f7b97b5d540fa269f9ce5625953bacdbe6 (patch) | |
| tree | 07c19e4f95c349b07ffc076f5e49848ef5712352 /src/client/views/collections/CollectionCarousel3DView.tsx | |
| parent | efb7beb4497d416cb302aec1a49f850cfc99cabf (diff) | |
updates for new css-loader
Diffstat (limited to 'src/client/views/collections/CollectionCarousel3DView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionCarousel3DView.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionCarousel3DView.tsx b/src/client/views/collections/CollectionCarousel3DView.tsx index 5454c6f9f..4e4bd43bf 100644 --- a/src/client/views/collections/CollectionCarousel3DView.tsx +++ b/src/client/views/collections/CollectionCarousel3DView.tsx @@ -14,7 +14,8 @@ import { DocumentView } from '../nodes/DocumentView'; import { FocusViewOptions } from '../nodes/FieldView'; import './CollectionCarousel3DView.scss'; import { CollectionSubView } from './CollectionSubView'; -const { default: { CAROUSEL3D_CENTER_SCALE, CAROUSEL3D_SIDE_SCALE, CAROUSEL3D_TOP } } = require('../global/globalCssVariables.module.scss'); // prettier-ignore +const { CAROUSEL3D_CENTER_SCALE, CAROUSEL3D_SIDE_SCALE, CAROUSEL3D_TOP } = require('../global/globalCssVariables.module.scss'); + @observer export class CollectionCarousel3DView extends CollectionSubView() { @computed get scrollSpeed() { |
