« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/contract.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/contract.js')
-rw-r--r--src/contract.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/contract.js b/src/contract.js
deleted file mode 100644
index 24a2fd53..00000000
--- a/src/contract.js
+++ /dev/null
@@ -1,5 +0,0 @@
-export default class Contract {
-  #caches = {};
-
-  hire() {},
-}