fantasy/main.js

6 lines
123 B
JavaScript
Raw Normal View History

2018-11-18 10:09:04 +00:00
import defaultExport from "./painting/shape.js"
2018-11-18 00:00:38 +00:00
document.getElementById("main").innerText = "Yep";
2018-11-18 10:07:36 +00:00
let s1 = new Shape();