// Import the Dynamic Pages. import DynamicForm from '../forms/dynamicForm'; export const COMPONENTS: {[index: string]: any} = { DynamicForm: DynamicForm, };