Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
charredUtensil committed Aug 29, 2024
1 parent b497968 commit 16936f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/core/architects/lost_miners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import {
transformPoint,
} from "./utils/script";
import { EnscribedCavern } from "../transformers/04_ephemera/02_enscribe";
import { PreprogrammedCavern } from "../transformers/04_ephemera/03_preprogram";

export type LostMinersMetadata = {
readonly tag: "lostMiners";
Expand Down
1 change: 0 additions & 1 deletion src/core/transformers/04_ephemera/03_preprogram.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { filterTruthy } from "../../common/utils";
import { EnscribedCavern } from "./02_enscribe";

export type PreprogrammedCavern = EnscribedCavern & {
Expand Down

0 comments on commit 16936f8

Please sign in to comment.