1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 12:55:14 +03:00

Chore/move gui to modules (#3001)

Move `GUI` to esm
This commit is contained in:
Tomas Chmelevskij 2022-12-28 21:08:48 +01:00 committed by GitHub
parent 704970e291
commit 483dec9103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 559 additions and 546 deletions

View file

@ -1,5 +1,6 @@
import '../components/init.js';
import { i18n } from './localization.js';
import GUI from './gui.js';
$(document).ready(function () {