Skip to content

Commit 5ab1893

Browse files
author
Andrew Evans
committed
fixing linting errors
1 parent 4af7b4b commit 5ab1893

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/reducers/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { WeatherData } from '../models/weather-data/weather-data';
44
import { WeatherActionTypes, WeatherAction } from '../actions/weather.actions';
55
import { LocationActionTypes, LocationAction } from '../actions/location.actions';
66
import { LocationData } from '../models/location-data/location-data';
7-
import { state } from '@angular/animations';
87

98
export interface WeatherState {
109
weatherData: WeatherData| null;

0 commit comments

Comments
 (0)