fix(client): integrate autocomplete into client

This commit is contained in:
Elian Doran
2025-05-17 01:29:51 +03:00
parent 90ee0965c7
commit ac2e5fc3b7
7 changed files with 6 additions and 12 deletions

View File

@@ -12,6 +12,7 @@ import type ElectronRemote from "@electron/remote";
import type Electron from "electron";
import "./stylesheets/bootstrap.scss";
import "boxicons";
import "autocomplete.js/index_jquery.js";
await appContext.earlyInit();