Skip to content

Commit 7ebe828

Browse files
committed
fix: remove yarn.lock and unnecessary import
1 parent 791e940 commit 7ebe828

2 files changed

Lines changed: 1 addition & 7994 deletions

File tree

src/components/Main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { connect } from 'react-redux';
66
import { Link, Outlet } from 'react-router-dom';
77
import _ from 'lodash';
88

9-
import { fetchUnitsWithServices, fetchResource, setUserLocation, getNearestUnits, setResourceFetchStart, getResourceError } from '../actions/index';
9+
import { fetchUnitsWithServices, fetchResource, setUserLocation, getNearestUnits, setResourceFetchStart } from '../actions/index';
1010
import { getCurrentSeason } from './utils';
1111
import { getInitialLocation } from '../lib/geolocation';
1212
import { withRouter } from '../hooks/index';

0 commit comments

Comments
 (0)