app: clean up unused dependencies

This commit is contained in:
Brandon Liu
2023-05-09 13:52:09 +08:00
parent 0053c86652
commit 7d57f57c3e
3 changed files with 2 additions and 71 deletions

View File

@@ -1,6 +1,5 @@
import { useState, Dispatch, SetStateAction, useCallback } from "react";
import maplibregl from "maplibre-gl";
import L from "leaflet";
import { PMTiles, FileAPISource } from "../../js/index";
import { styled } from "./stitches.config";
import { useDropzone } from "react-dropzone";