aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/web/hello-world/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/web/hello-world/index.js')
-rw-r--r--src/frontend/web/hello-world/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frontend/web/hello-world/index.js b/src/frontend/web/hello-world/index.js
new file mode 100644
index 0000000..8e55c52
--- /dev/null
+++ b/src/frontend/web/hello-world/index.js
@@ -0,0 +1,3 @@
+function clicked() {
+ console.log('clicked');
+}