Skip to content

Commit 0e72fe0

Browse files
committed
up
1 parent c0d33e5 commit 0e72fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/src/utils/monaco.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const setupMonaco = createSingletonPromise(async () => {
1818
window.document.head.appendChild(styleEl)
1919
}
2020

21-
const monaco = await init()
21+
const monaco: Monaco = await init()
2222

2323
return {
2424
editor: monaco.editor,

0 commit comments

Comments
 (0)