Change import to import type for type imports

GitOrigin-RevId: 2061bafeca58d063f83a96650403e5741b863c05
This commit is contained in:
M Fahru
2023-01-03 11:27:29 -07:00
committed by Copybot
parent 0723822151
commit a0e3a13c2e
@@ -1,9 +1,9 @@
import {
import type {
FontFamily,
LineHeight,
OverallTheme,
} from '../../../../../modules/source-editor/frontend/js/extensions/theme'
import {
import type {
Keybindings,
PdfViewer,
ProjectCompiler,