From c96c9685aed4d7edc17ccf3e3bed02952767e42e Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 2 May 2017 13:30:37 -0400 Subject: [PATCH] more export stuff --- js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/index.js b/js/index.js index 7ee5621..c5a7323 100644 --- a/js/index.js +++ b/js/index.js @@ -1,5 +1,5 @@ -import asdf, {myFunc2} from './mylib.js' +import asdf, {myFunc2 as wee} from './mylib.js' asdf(); -myFunc2(); +wee(); console.log('awesome');