Skip to content

Commit

Permalink
Chore: fix unused var lint error (#8121)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Sep 20, 2023
1 parent 2c84b8c commit 53dc051
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions examples/website/carto-sql/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ import {Map} from 'react-map-gl';
import maplibregl from 'maplibre-gl';
import DeckGL from '@deck.gl/react';
import {LinearInterpolator} from '@deck.gl/core';
import {
CartoLayer,
colorBins,
setDefaultCredentials,
API_VERSIONS,
MAP_TYPES
} from '@deck.gl/carto';
import {CartoLayer, colorBins, setDefaultCredentials, MAP_TYPES} from '@deck.gl/carto';

const INITIAL_VIEW_STATE = {
latitude: 40.7368521,
Expand Down

0 comments on commit 53dc051

Please sign in to comment.