Renamed modules into integrations

This commit is contained in:
squidfunk
2020-02-14 12:33:15 +01:00
parent d934bb37c0
commit 8dcbbf2e84
14 changed files with 9 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
* IN THE SOFTWARE.
*/
import { SearchResult } from "modules"
import { SearchResult } from "integrations"
import { h, truncate } from "utilities"
/* ----------------------------------------------------------------------------