From 4277f36fc504bb882a8166d54906440859be3cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20S=C3=A4ume?= Date: Thu, 23 May 2024 14:10:05 +0000 Subject: [PATCH] =?UTF-8?q?fetch.user.js=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fetch.user.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fetch.user.js 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