From 0bb9097513ca63918140c3c0d35bea0d5e98daa3 Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Sun, 19 May 2024 11:37:27 +0530 Subject: [PATCH] code refactoring --- src/app/app.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 1b525cf..068fb4f 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -1,5 +1,4 @@ import { Component } from '@angular/core'; -import { LoaderService } from './services/loader.service'; @Component({ selector: 'app-root',