Skip to content
Snippets Groups Projects
index.ts 216 B
import { SurveyTableComponent } from "./survey-table.component";
import { SurveyFormComponent } from "./survey-form.component";

export const surveyComponents = [
    SurveyTableComponent,
    SurveyFormComponent
];