| export const COURSE_SLUGS = { | |
| BLOGGING_QUICK_START: 'blogging-quick-start', | |
| PAYMENTS_FEATURES: 'payments-features', | |
| SITE_EDITOR_QUICK_START: 'site-editor-quick-start', | |
| } as const; | |
| export const COURSE_SLUGS = { | |
| BLOGGING_QUICK_START: 'blogging-quick-start', | |
| PAYMENTS_FEATURES: 'payments-features', | |
| SITE_EDITOR_QUICK_START: 'site-editor-quick-start', | |
| } as const; | |