experimenting with imports

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

View File

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