Skip to content

Commit

Permalink
fix: fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
usernein committed Jun 28, 2023
1 parent 4e932c4 commit 76ef4d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/CodeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { TextareaEditor } from './TextareaEditor'
import { CodemirrorEditor } from './CodemirrorEditor'
import clsx from 'clsx'
import { IAceOptions } from 'react-ace'
import { useEffect } from 'preact/hooks'

export function CodeEditor ({
value,
Expand Down

0 comments on commit 76ef4d0

Please sign in to comment.