urls.tsx 194 B

12345678910
  1. export const PorterUrls = [
  2. "dashboard",
  3. "templates",
  4. "integrations",
  5. "new-project",
  6. "cluster-dashboard",
  7. "project-settings",
  8. ];
  9. export type PorterUrls = typeof PorterUrls[number];