summary refs log tree commit diff
path: root/pages/test/page.js
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2024-11-30 18:11:32 +0200
committerWlodekM <[email protected]>2024-11-30 18:11:32 +0200
commit97157622be86c68f69e6e48f3746ca2c70b7e8a8 (patch)
tree32fe8069343d2b41f01b2d58325942fb43864056 /pages/test/page.js
initial commit
Diffstat (limited to 'pages/test/page.js')
-rw-r--r--pages/test/page.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/test/page.js b/pages/test/page.js
new file mode 100644
index 0000000..f98f2fd
--- /dev/null
+++ b/pages/test/page.js
@@ -0,0 +1,3 @@
+export function onload() {
+    console.log("hi from onload")
+}
\ No newline at end of file