diff options
Diffstat (limited to 'client/simple/src/js/core/index.ts')
| -rw-r--r-- | client/simple/src/js/core/index.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/simple/src/js/core/index.ts b/client/simple/src/js/core/index.ts new file mode 100644 index 000000000..a4021beb9 --- /dev/null +++ b/client/simple/src/js/core/index.ts @@ -0,0 +1,9 @@ +/** + * @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 "./router.ts"; +import "./toolkit.ts"; +import "./listener.ts"; |