From 0bc4d32b8b11238c0abedc264a9f16539a3df7db Mon Sep 17 00:00:00 2001 From: Brajesh Kumar Date: Mon, 9 Oct 2023 14:01:06 +0530 Subject: [PATCH] remove unused code --- .../educational-material.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/child-dev-project/children/educational-material/educational-material-component/educational-material.component.ts b/src/app/child-dev-project/children/educational-material/educational-material-component/educational-material.component.ts index 59154cc70b..015d6ce789 100644 --- a/src/app/child-dev-project/children/educational-material/educational-material-component/educational-material.component.ts +++ b/src/app/child-dev-project/children/educational-material/educational-material-component/educational-material.component.ts @@ -1,5 +1,5 @@ import { Component, Input, OnInit } from "@angular/core"; -import { NgFor, NgIf, } from "@angular/common"; +import { NgFor, NgIf } from "@angular/common"; import { EducationalMaterial } from "../model/educational-material"; import { Child } from "../../model/child"; import { FormFieldConfig } from "../../../../core/common-components/entity-form/entity-form/FormConfig";