-
François Agneray authoredFrançois Agneray authored
index.ts 216 B
import { SurveyTableComponent } from "./survey-table.component";
import { SurveyFormComponent } from "./survey-form.component";
export const surveyComponents = [
SurveyTableComponent,
SurveyFormComponent
];