()
| 146 | } |
| 147 | |
| 148 | export function newOrganizationPath() { |
| 149 | return `/orgs/new`; |
| 150 | } |
| 151 | |
| 152 | export function selectPlanPath(organization: OrgForPath) { |
| 153 | return `${organizationPath(organization)}/select-plan`; |
no outgoing calls
no test coverage detected
searching dependent graphs…