export const stepContentRegistry = { 'step-1': { contentPath: 'src/steps/content/step-01.content.ts', editorPath: 'src/steps/editor/step-01.editor.ts', }, 'email-capture': { contentPath: 'src/steps/content/email-capture.content.ts', editorPath: 'src/steps/editor/email-capture.editor.ts', }, paywall: { contentPath: 'src/steps/content/step-32-paywall.content.ts', editorPath: 'src/steps/editor/step-32-paywall.editor.ts', }, 'subscription-started': { contentPath: 'src/steps/content/subscription-started.content.ts', editorPath: 'src/steps/editor/subscription-started.editor.ts', }, } as const; export const contentOptionsByStepId = {} as const;