Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This reverts commit 5b6ff62.
  • Loading branch information
zurbergram committed May 25, 2021
1 parent 5b6ff62 commit d833d29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 424 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
"babel-eslint": "^10.1.0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.0",
"babel-preset-react-native": "^4.0.1",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-lodash": "^3.2.8",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useEffect, useRef } from 'react';
import { scroller } from 'react-scroll';
import mapboxgl from 'mapbox-gl';
import 'mapbox-gl/dist/mapbox-gl.css';
import mapboxgl from 'mapbox-gl';
import { getScrollOptions } from 'platform/utilities/ui';

import SearchResultCard from '../search/SearchResultCard';
Expand Down
Loading

0 comments on commit d833d29

Please sign in to comment.