| import { JETPACK_PRODUCTS_LIST } from './constants'; | |
| export function getProductsSlugs(): typeof JETPACK_PRODUCTS_LIST { | |
| return JETPACK_PRODUCTS_LIST; | |
| } | |
| import { JETPACK_PRODUCTS_LIST } from './constants'; | |
| export function getProductsSlugs(): typeof JETPACK_PRODUCTS_LIST { | |
| return JETPACK_PRODUCTS_LIST; | |
| } | |