| 9 | import { createJSONStorage, persist } from "zustand/middleware"; |
| 10 | |
| 11 | interface Position { |
| 12 | line: number; |
| 13 | column: number; |
| 14 | } |
| 15 | |
| 16 | export interface TreeEdit { |
| 17 | treeNodeId: string; |
nothing calls this directly
no outgoing calls
no test coverage detected