import { QuestionPreviewGeneralComponent } from './question-preview-general/question-preview-general.component'; import { QuestioningGeneralComponent } from './questioning-general/questioning-general.component'; import { QuestionsPreviewGeneralComponent } from './questions-preview-general/questions-preview-general.component'; export const QUESTIONING_COMPONENTS: any[] = [ QuestionPreviewGeneralComponent, QuestionsPreviewGeneralComponent, QuestioningGeneralComponent ];