| 23 | } |
| 24 | |
| 25 | interface CreateProjectInput { |
| 26 | name: string; |
| 27 | description: string; |
| 28 | } |
| 29 | |
| 30 | const CreateProjectModal: React.FC<ModalProps> = ({ |
| 31 | organizationId, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…