diff --git a/fetch.user.js b/fetch.user.js new file mode 100644 index 0000000..b7a5c31 --- /dev/null +++ b/fetch.user.js @@ -0,0 +1,3 @@ +export function hello(){ + console.log("hello"); +} \ No newline at end of file