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