import { SurveyTableComponent } from "./survey-table.component"; import { SurveyFormComponent } from "./survey-form.component"; export const surveyComponents = [ SurveyTableComponent, SurveyFormComponent ];