summaryrefslogtreecommitdiff
path: root/client/simple/src/js/main/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/simple/src/js/main/index.ts')
-rw-r--r--client/simple/src/js/main/index.ts13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/simple/src/js/main/index.ts b/client/simple/src/js/main/index.ts
new file mode 100644
index 000000000..4dc86b63b
--- /dev/null
+++ b/client/simple/src/js/main/index.ts
@@ -0,0 +1,13 @@
+/**
+ * @preserve (C) Copyright Contributors to the SearXNG project.
+ * @preserve (C) Copyright Contributors to the searx project (2014 - 2021).
+ * @license AGPL-3.0-or-later
+ */
+
+import "./00_toolkit.ts";
+import "./infinite_scroll.ts";
+import "./keyboard.ts";
+import "./mapresult.ts";
+import "./preferences.ts";
+import "./results.ts";
+import "./search.ts";