Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Clients/Angular/finki-chattery/src/app/modules/questioning/components/questioning-components.ts

    r70e04f1 r31c006c  
    11import { QuestionPreviewGeneralComponent } from './question-preview-general/question-preview-general.component';
    2 import { QuestioningGeneralComponent } from './questioning-general/questioning-general.component';
    32import { QuestionsPreviewGeneralComponent } from './questions-preview-general/questions-preview-general.component';
    43
    5 export const QUESTIONING_COMPONENTS: any[] = [
    6   QuestionPreviewGeneralComponent,
    7   QuestionsPreviewGeneralComponent,
    8   QuestioningGeneralComponent
    9 ];
     4export const QUESTIONING_COMPONENTS: any[] = [QuestionPreviewGeneralComponent, QuestionsPreviewGeneralComponent];
Note: See TracChangeset for help on using the changeset viewer.