Skip to content

Commit 5d1596f

Browse files
committed
first attempt at fixing typing in loadInstructions.ts
1 parent 3bcaf0c commit 5d1596f

File tree

3 files changed

+114
-150
lines changed

3 files changed

+114
-150
lines changed

src/lib/loadExtensions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { InstructionInfo, ExtensionInfo } from "./sharedTypes.js";
1+
import { InstructionInfo, ExtensionInfo } from "./types.js";
22
import { extensionDescriptions } from "./hardcodedData.js";
33
import loadInstructions from "./loadInstructions.js";
44

0 commit comments

Comments
 (0)