1
1
Fork 0

fetch.user.js aktualisiert

This commit is contained in:
Dominik Säume 2024-05-23 14:14:09 +00:00
parent f459fc4bab
commit f4c918d424

View file

@ -1,3 +1,5 @@
export function hello(){ function hello(){
console.log("hello"); console.log("hello");
} }
window.hello = hello;