| 6 | import ShapeIcon from "./ShapeIcon"; |
| 7 | |
| 8 | interface LayersPanelProps { |
| 9 | activeCategories: Set<Category>; |
| 10 | onToggle: (category: Category) => void; |
| 11 | } |
| 12 | |
| 13 | const CATEGORIES: Category[] = [ |
| 14 | "Politics", |
nothing calls this directly
no outgoing calls
no test coverage detected