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');