Skip to content

Commit db66e6d

Browse files
committed
demo(app): removed unwanted import in the home component
1 parent 8a41a4c commit db66e6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/src/app/home/home.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component, OnInit, ViewEncapsulation} from '@angular/core';
22
import {Title} from '@angular/platform-browser';
33
import {Location, Appearance} from '@angular-material-extensions/google-maps-autocomplete';
44
import sdk from '@stackblitz/sdk';
5-
import {} from '@types/googlemaps';
65
import PlaceResult = google.maps.places.PlaceResult;
76

87
@Component({

0 commit comments

Comments
 (0)