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 } from "react";
import { styled, globalStyles } from "./stitches.config";
import { PMTiles } from "../../js";
import { PMTiles } from "../../js/index";
import { GitHubLogoIcon } from "@radix-ui/react-icons";
import Start from "./Start";