(organization: OrgForPath)
| 297 | } |
| 298 | |
| 299 | export function newProjectPath(organization: OrgForPath) { |
| 300 | return `${organizationPath(organization)}/projects/new`; |
| 301 | } |
| 302 | |
| 303 | function projectParam(project: ProjectForPath) { |
| 304 | return project.slug; |
no test coverage detected
searching dependent graphs…