« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/import-heck.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/import-heck.js')
-rw-r--r--src/import-heck.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/import-heck.js b/src/import-heck.js
new file mode 100644
index 0000000..3470fbb
--- /dev/null
+++ b/src/import-heck.js
@@ -0,0 +1,9 @@
+// Due to import time shenanigans, these imports have to come in the specified
+// order. This obviously needs fixing up.
+
+/* precede #find */
+import '#data-checks';
+
+import '#find';
+
+// End of import time shenanigans (hopefully)