diff --git a/src/app/app.module.ts b/src/app/app.module.ts index ec03a98..a59a803 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -1,6 +1,6 @@ import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; -import {HttpClientModule} from '@angular/common/http'; +import { HttpClientModule } from '@angular/common/http'; import { AppComponent } from './app.component'; import { SearchComponent } from './search/search.component'; import { MapComponent } from './map/map.component';