parent
31fc750dc1
commit
9a963e6bf0
@ -1,9 +1,10 @@
|
|||||||
const myFunc = function(){
|
const myFunc = function(){
|
||||||
console.log('included!');
|
console.log('included!');
|
||||||
}
|
}
|
||||||
|
const myFunc2 = function(){
|
||||||
|
console.log('also included');
|
||||||
|
}
|
||||||
|
|
||||||
export default myFunc;
|
export default myFunc;
|
||||||
|
|
||||||
export const myFunc2 = function(){
|
export { myFunc2 }
|
||||||
console.log('also included');
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
Reference in new issue