Skip to content

Commit

Permalink
Jetpack Plans: Remove old unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Jan 13, 2023
1 parent 1ea156f commit ceca967
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 798 deletions.
88 changes: 0 additions & 88 deletions client/my-sites/plans/jetpack-plans/category-filter/index.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions client/my-sites/plans/jetpack-plans/category-filter/item.tsx

This file was deleted.

32 changes: 0 additions & 32 deletions client/my-sites/plans/jetpack-plans/category-filter/style.scss

This file was deleted.

10 changes: 0 additions & 10 deletions client/my-sites/plans/jetpack-plans/convert-slug-terms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ export function getSlugInTerm( slug: string | null, term: Duration ): string | n
return null;
}

/**
* Get the monthly version of a product slug, or return null if one doesn't exist.
*
* @param {string} yearlySlug a yearly term product slug
* @returns {string} a monthly term product slug
*/
export function getMonthlySlugFromYearly( yearlySlug: string | null ): string | null {
return getSlugInTerm( yearlySlug, TERM_MONTHLY );
}

/**
* Get the yearly version of a product slug, or return null if one doesn't exist.
*
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit ceca967

Please sign in to comment.