diff options
author | EuAndreh <eu@euandre.org> | 2024-03-28 10:42:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-03-28 10:42:07 -0300 |
commit | a652f6e68b36c7687bc8dfc21158167ef63bdb79 (patch) | |
tree | 17c3a939a4594fe1c03eb073636bac300c089e35 | |
parent | src/cmd/papo.go: Move code into module (diff) | |
download | papod-a652f6e68b36c7687bc8dfc21158167ef63bdb79.tar.gz papod-a652f6e68b36c7687bc8dfc21158167ef63bdb79.tar.xz |
src/static/client.js: Add some stub code
-rw-r--r-- | src/static/client.js | 1 |
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 = () => {}; |