Skip to content

Commit

Permalink
unused refs
Browse files Browse the repository at this point in the history
  • Loading branch information
sceuick committed Nov 8, 2024
1 parent 466b8b4 commit 7f288ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion web/pages/Chat/components/ChatGraph.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import cyto from 'cytoscape'
import dagre from 'cytoscape-dagre'
import { Component, createEffect, createMemo, createSignal, on, onCleanup } from 'solid-js'
import { Component, createEffect, createSignal, on, onCleanup } from 'solid-js'
import { ChatNode, ChatTree } from '/common/chat'
import { msgStore, settingStore } from '/web/store'
import { getSettingColor } from '/web/shared/colors'
Expand Down
1 change: 0 additions & 1 deletion web/pages/Chat/components/GraphModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Modal from '/web/shared/Modal'
import { useLocalStorage } from '/web/shared/hooks'
import Button from '/web/shared/Button'
import { createStore } from 'solid-js/store'
import { AppSchema } from '/common/types'
import { GraphState } from './ChatGraph'
import Message from './Message'

Expand Down

0 comments on commit 7f288ea

Please sign in to comment.