aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src/main/js/theme/EditorTheme.ts
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/src/main/js/theme/EditorTheme.ts')
-rw-r--r--language-web/src/main/js/theme/EditorTheme.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/language-web/src/main/js/theme/EditorTheme.ts b/language-web/src/main/js/theme/EditorTheme.ts
index 957f2426..1b0dd5de 100644
--- a/language-web/src/main/js/theme/EditorTheme.ts
+++ b/language-web/src/main/js/theme/EditorTheme.ts
@@ -1,4 +1,4 @@
1import { PaletteMode } from '@material-ui/core'; 1import type { PaletteMode } from '@mui/material';
2 2
3import cssVariables from '../../css/themeVariables.module.scss'; 3import cssVariables from '../../css/themeVariables.module.scss';
4 4