Skip to content

Commit 8a95c57

Browse files
committed
Update useTiptapEditor.ts
1 parent 1b57c73 commit 8a95c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/array/src/renderer/features/message-editor/tiptap/useTiptapEditor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { useConnectivityStore } from "@stores/connectivityStore";
21
import { toast } from "@renderer/utils/toast";
2+
import { useConnectivityStore } from "@stores/connectivityStore";
33
import { useEditor } from "@tiptap/react";
44
import { useCallback, useRef, useState } from "react";
55
import { usePromptHistoryStore } from "../stores/promptHistoryStore";

0 commit comments

Comments
 (0)