Skip to content
Snippets Groups Projects
index.ts 216 B
Newer Older
  • Learn to ignore specific revisions
  • import { SurveyTableComponent } from "./survey-table.component";
    import { SurveyFormComponent } from "./survey-form.component";
    
    export const surveyComponents = [
        SurveyTableComponent,
        SurveyFormComponent
    ];