Inspector: use source library files instead of build artifact

This commit is contained in:
Brandon Liu
2022-12-04 23:13:46 +08:00
parent 68af757800
commit 01ccaa9dad
6 changed files with 6 additions and 6 deletions

View File

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