summaryrefslogtreecommitdiff
path: root/client/simple/src/js/main/index.ts
blob: 4dc86b63b421ad6947810da1c721410a7594c52d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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";