rentgen/background.ts

6 lines
73 B
TypeScript
Raw Normal View History

2021-11-07 13:57:24 +01:00
import { init } from "./memory";
init();
alert("memory initialized!");