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,5 +1,5 @@
import { useState, useEffect, useRef } from "react";
import { PMTiles, TileType } from "../../js";
import { PMTiles, TileType } from "../../js/index";
import { Protocol } from "../../js/adapters";
import { styled } from "./stitches.config";
import maplibregl from "maplibre-gl";