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 608b75c9db
commit bdf3b18d4f

View file

@ -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,