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,6 +1,6 @@
import { useState, useEffect, useRef, Dispatch, SetStateAction } from "react";
import { createPortal } from "react-dom";
import { PMTiles, Entry, tileIdToZxy, TileType, Header } from "../../js";
import { PMTiles, Entry, tileIdToZxy, TileType, Header } from "../../js/index";
import { styled } from "./stitches.config";
import Protobuf from "pbf";
import { VectorTile, VectorTileFeature } from "@mapbox/vector-tile";