File size: 183 Bytes
1e92f2d |
1 2 3 4 5 6 |
export const COURSE_SLUGS = {
BLOGGING_QUICK_START: 'blogging-quick-start',
PAYMENTS_FEATURES: 'payments-features',
SITE_EDITOR_QUICK_START: 'site-editor-quick-start',
} as const;
|