commit 49a87f1d244dd0930727d4c92370cedc72f62002
parent 09211bb3975c4759e8d3f2ad3a49c75469406823
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 7 May 2023 21:42:46 +0200
Fix build
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/components/input/chat/plugins/mentions/MentionsPlugin.tsx b/src/components/input/chat/plugins/mentions/MentionsPlugin.tsx
@@ -7,7 +7,6 @@ import {
} from "@lexical/react/LexicalTypeaheadMenuPlugin";
import { TextNode } from "lexical";
import { useCallback, useEffect, useMemo, useState } from "react";
-import * as React from "react";
import * as ReactDOM from "react-dom";
import { $createMentionNode } from "./MentionNode";