mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
feat: use jquery package (#3540)
This commit is contained in:
parent
5ffd193783
commit
40c243fe47
68 changed files with 136 additions and 27 deletions
|
@ -22,6 +22,7 @@ import { get as getConfig, set as setConfig } from "./ConfigStorage";
|
|||
import { tracking } from "./Analytics";
|
||||
import semver from 'semver';
|
||||
import CryptoES from "crypto-es";
|
||||
import $ from 'jquery';
|
||||
import BuildApi from "./BuildApi";
|
||||
|
||||
let mspHelper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue