Skip to content

Commit

Permalink
refactor(FileUploadDialog.tsx): remove unused import of useLexicalCom…
Browse files Browse the repository at this point in the history
…poserContext

The import of useLexicalComposerContext was removed as it is no longer being used in the FileUploadDialog component. This cleanup improves code readability and reduces unnecessary dependencies.
  • Loading branch information
ktun95 committed Dec 19, 2024
1 parent 2310153 commit d8dedcd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useState } from "react"
import { useLexicalComposerContext } from "@lexical/react/LexicalComposerContext"
import { Dialog } from "@material-ui/core"
import { useUploadFileMutation } from "dicty-graphql-schema"
import { useLogto } from "@logto/react"
Expand Down

0 comments on commit d8dedcd

Please sign in to comment.