Remove unused imports

This commit is contained in:
pakintada@gmail.com 2023-09-19 15:25:14 +07:00
parent 850c483d5b
commit eb12adfa82

View file

@ -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],