[oden] Main is ts now dummy

This commit is contained in:
John Doty 2023-06-25 07:53:44 -07:00
parent 1aa3663ca4
commit e3ae371f53

View file

@ -60,7 +60,7 @@ impl ScriptContext {
.expect("Graphics module should load without error");
let module = context
.import_module("./src/main.js", "")
.import_module("./src/main.ts", "")
.expect("Unable to load main");
let init = module