From 5e31e1109102fa250c70fb87793c9670b03630bb Mon Sep 17 00:00:00 2001 From: blue Date: Sun, 18 Nov 2018 13:11:24 +0300 Subject: [PATCH] experimenting with imports --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 05c792c..da32f81 100644 --- a/main.js +++ b/main.js @@ -1,4 +1,4 @@ -import defaultExport from "./painting/shape.js" +import Shape from "./painting/shape.js" document.getElementById("main").innerText = "Yep";