| 217 | }; |
| 218 | |
| 219 | interface GraphProvidedProps { |
| 220 | initialNodes: Node[]; |
| 221 | initialEdges: Edge[]; |
| 222 | onAutoSave?: (graphInfo: PersonalGraphInfo) => void; |
| 223 | onLocalSave?: (graphInfo: SharableGraph) => void; |
| 224 | } |
| 225 | |
| 226 | const MemoedDraggableWindow = memo(DraggableWindow); |
| 227 |
nothing calls this directly
no outgoing calls
no test coverage detected