Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed Feb 6, 2024
1 parent d1db3c3 commit 2b97fd9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/api/tiles/[...args]/route.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
PMTiles,
} from "pmtiles";
import { nativeDecompress, CACHE, getSource } from "utils/pmtiles";
import { CACHE, getSource, nativeDecompress } from "utils/pmtiles"

export type tileReqParams = {
params: {
Expand Down
6 changes: 0 additions & 6 deletions components/Dropdown/Dropdown.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import React from 'react';
import * as DropdownMenu from '@radix-ui/react-dropdown-menu';
import {
HamburgerMenuIcon,
DotFilledIcon,
CheckIcon,
ChevronRightIcon,
} from '@radix-ui/react-icons';
import './styles.css';
export interface DropdownProps {
children: React.ReactNode;
Expand Down
2 changes: 1 addition & 1 deletion components/Slider/Slider.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react"
import * as Slider from "@radix-ui/react-slider"
import React from "react"
import "./styles.css"
export interface SliderProps {
value: number[]
Expand Down

0 comments on commit 2b97fd9

Please sign in to comment.