| 232 | } |
| 233 | |
| 234 | interface ViewerOverlayProps { |
| 235 | projectName?: string | null |
| 236 | owner?: ProjectOwner | null |
| 237 | canShowScans?: boolean |
| 238 | canShowGuides?: boolean |
| 239 | onBack?: () => void |
| 240 | } |
| 241 | |
| 242 | export const ViewerOverlay = ({ |
| 243 | projectName, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…