mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Change import
to import type
for type imports
GitOrigin-RevId: 2061bafeca58d063f83a96650403e5741b863c05
This commit is contained in:
parent
608b75c9db
commit
bdf3b18d4f
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
import {
|
import type {
|
||||||
FontFamily,
|
FontFamily,
|
||||||
LineHeight,
|
LineHeight,
|
||||||
OverallTheme,
|
OverallTheme,
|
||||||
} from '../../../../../modules/source-editor/frontend/js/extensions/theme'
|
} from '../../../../../modules/source-editor/frontend/js/extensions/theme'
|
||||||
import {
|
import type {
|
||||||
Keybindings,
|
Keybindings,
|
||||||
PdfViewer,
|
PdfViewer,
|
||||||
ProjectCompiler,
|
ProjectCompiler,
|
||||||
|
|
Loading…
Reference in a new issue