Skip to content

Commit

Permalink
fix(project): removed browseranimations import
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jan 1, 2020
1 parent c9a77af commit 5d6037c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {BrowserAnimationsModule} from '@angular/platform-browser/animations';
import {CommonModule} from '@angular/common';
import {NgModule} from '@angular/core';
import {FlexLayoutModule} from '@angular/flex-layout';
Expand All @@ -15,7 +14,6 @@ import {MatSearchGoogleMapsAutocompleteComponent} from './component/mat-search-g
imports:
[
CommonModule,
BrowserAnimationsModule,
FormsModule,
ReactiveFormsModule,
FlexLayoutModule,
Expand Down

0 comments on commit 5d6037c

Please sign in to comment.