Skip to content

Commit 1d352fc

Browse files
authored
fix lint issue (#61433)
1 parent b07b26d commit 1d352fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/wasm/runtime/cs-to-js.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
MonoArrayNull, MonoObject, MonoObjectNull, MonoString,
88
MonoType, MonoTypeNull
99
} from "./types";
10-
import { Module, runtimeHelpers } from "./modules";
10+
import { runtimeHelpers } from "./modules";
1111
import { conv_string } from "./strings";
1212
import corebindings from "./corebindings";
1313
import cwraps from "./cwraps";

0 commit comments

Comments
 (0)