Skip to content

Commit

Permalink
refactor:Add edits according the lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulton88Mehron90 committed Oct 21, 2023
1 parent cb2415a commit 8c5c943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/DropDown/DropDown.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useReducer, useState } from 'react';
import { useEffect, useState } from 'react';
import { useQuery } from '@apollo/client';
import { GET_ALL_LOCATIONS } from '../../apollo-client/queries';
import './DropDown.scss';
Expand Down
2 changes: 1 addition & 1 deletion src/Map/Map.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect } from 'react';
// import { useEffect } from 'react';
import { MapContainer, TileLayer, Marker, Popup, Circle } from 'react-leaflet';

import './Map.scss';
Expand Down

0 comments on commit 8c5c943

Please sign in to comment.