From eb12adfa827d0c64e5b8c63b32eb5b76d4aac72e Mon Sep 17 00:00:00 2001 From: "pakintada@gmail.com" Date: Tue, 19 Sep 2023 15:25:14 +0700 Subject: [PATCH] Remove unused imports --- client/src/app/app.module.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 5da83ca..b0f866a 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts @@ -11,8 +11,6 @@ import { FooterComponent } from './core/layout/footer.component'; import { HeaderComponent } from './core/layout/header.component'; import { HttpClientModule } from '@angular/common/http'; import { AppComponent } from './app.component'; -import { ChangelogComponent } from './features/changelog/changelog.component'; -import { ReactiveFormsModule } from '@angular/forms'; @NgModule({ declarations: [AppComponent],