fetch.user.js aktualisiert
This commit is contained in:
parent
f459fc4bab
commit
f4c918d424
1 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
export function hello(){
|
||||
function hello(){
|
||||
console.log("hello");
|
||||
}
|
||||
}
|
||||
|
||||
window.hello = hello;
|
Loading…
Reference in a new issue