summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-03-28 10:42:07 -0300
committerEuAndreh <eu@euandre.org>2024-03-28 10:42:07 -0300
commita652f6e68b36c7687bc8dfc21158167ef63bdb79 (patch)
tree17c3a939a4594fe1c03eb073636bac300c089e35
parentsrc/cmd/papo.go: Move code into module (diff)
downloadpapod-a652f6e68b36c7687bc8dfc21158167ef63bdb79.tar.gz
papod-a652f6e68b36c7687bc8dfc21158167ef63bdb79.tar.xz
src/static/client.js: Add some stub code
-rw-r--r--src/static/client.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/client.js b/src/static/client.js
index e69de29..c5942a5 100644
--- a/src/static/client.js
+++ b/src/static/client.js
@@ -0,0 +1 @@
+export const main = () => {};