diff options
Diffstat (limited to 'client/simple/src/js/main/index.ts')
| -rw-r--r-- | client/simple/src/js/main/index.ts | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/client/simple/src/js/main/index.ts b/client/simple/src/js/main/index.ts deleted file mode 100644 index 4dc86b63b..000000000 --- a/client/simple/src/js/main/index.ts +++ /dev/null @@ -1,13 +0,0 @@ -/** - * @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"; |