experimenting with imports

This commit is contained in:
Blue 2018-11-18 13:11:24 +03:00
parent 1cb302c93b
commit 5e31e11091
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import defaultExport from "./painting/shape.js"
import Shape from "./painting/shape.js"
document.getElementById("main").innerText = "Yep";