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/MainView.tsx | |
| parent | efb7beb4497d416cb302aec1a49f850cfc99cabf (diff) | |
updates for new css-loader
Diffstat (limited to 'src/client/views/MainView.tsx')
| -rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index e8a3a37cb..4b1e59385 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -71,7 +71,7 @@ import { PresBox } from './nodes/trails'; import { AnchorMenu } from './pdf/AnchorMenu'; import { GPTPopup } from './pdf/GPTPopup/GPTPopup'; import { TopBar } from './topbar/TopBar'; -const { default: { LEFT_MENU_WIDTH, TOPBAR_HEIGHT } } = require('./global/globalCssVariables.module.scss'); // prettier-ignore +const { LEFT_MENU_WIDTH, TOPBAR_HEIGHT } = require('./global/globalCssVariables.module.scss'); // prettier-ignore const _global = (window /* browser */ || global) /* node */ as any; @observer |
