Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Nov 7, 2024
1 parent 360039c commit 43770ed
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/apps/carto-dynamic-tile/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ import React, {useState} from 'react';
import {createRoot} from 'react-dom/client';
import {Map} from 'react-map-gl/maplibre';
import DeckGL from '@deck.gl/react';
import {
H3TileLayer,
RasterTileLayer,
QuadbinTileLayer,
VectorTileLayer
} from '@deck.gl/carto';
import {H3TileLayer, RasterTileLayer, QuadbinTileLayer, VectorTileLayer} from '@deck.gl/carto';

import {query} from '@carto/api-client';
import datasets from './datasets';
Expand Down

0 comments on commit 43770ed

Please sign in to comment.