Skip to content

Commit 2e1ccb0

Browse files
authored
fix(map): remove unused styleUrl
1 parent 87234c8 commit 2e1ccb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/pages/main/components/map/map.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import { takeUntil, skip } from 'rxjs/operators';
88

99
@Component({
1010
selector: 'ngcommunity-map',
11-
templateUrl: './map.component.html',
12-
styleUrls: ['./map.component.scss'],
11+
templateUrl: './map.component.html'
1312
})
1413
export class MapComponent implements OnInit {
1514
@ViewChild(GoogleMap, { static: false }) map: GoogleMap;

0 commit comments

Comments
 (0)