Skip to content

Commit

Permalink
clean: remove useless imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Jan 26, 2024
1 parent d2a6d4f commit c5e1615
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/monaco.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import './languages'
import './theme'
import './worker'
import setupExtensions from './editor'
import 'monaco-editor'
import 'monaco-editor/esm/vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard'
import { EditorOpenHandler } from './tools/EditorOpenHandlerRegistry'

errorHandler.setUnexpectedErrorHandler(error => {
Expand Down

0 comments on commit c5e1615

Please sign in to comment.