| 5 | import type { DependencyGraph, GraphNode, GraphLink } from '../lib/types'; |
| 6 | |
| 7 | interface ModGraphProps { |
| 8 | onSelectMod: (id: string) => void; |
| 9 | } |
| 10 | |
| 11 | const LOADER_COLORS: Record<string, string> = { |
| 12 | fabric: '#6366f1', |
nothing calls this directly
no outgoing calls
no test coverage detected