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