Skip to content

Commit 656b327

Browse files
fix: correct path to internal types (#2)
* fix: correct path to internal types * rm redundant src from relative path These paths backed out of src then back into src, but we can/should cancel those out. --------- Co-authored-by: Scarlet <4585677+scarletcs@users.noreply.github.com>
1 parent 2cd36a7 commit 656b327

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

src/objects/Card/values/ImageUris.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { Uri } from "src/internal";
1+
import { Uri } from "../../../internal";
2+
23
import { ScryfallImageSize } from "./ImageSize";
34

45
/**

src/objects/Card/values/PurchaseUris.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { Uri } from "src/internal";
1+
import { Uri } from "../../../internal";
2+
23

34
/**
45
* Possible purchase URIs for a card.

src/objects/Card/values/RelatedUris.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { Uri } from "src/internal";
1+
import { Uri } from "../../../internal";
2+
23

34
/**
45
* Related URIs for a card.

0 commit comments

Comments
 (0)