Skip to content

Commit

Permalink
Removed an import
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Mar 11, 2024
1 parent 00232de commit 194142e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, {useLayoutEffect} from 'react'
import React from 'react'
import type {CodeEditorProps} from './code-editor'

const _LazyLoadedEditor = React.lazy(() =>
Expand Down

0 comments on commit 194142e

Please sign in to comment.