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

Tidy up init.js build order

This commit is contained in:
Tomas Chmelevskij 2022-08-19 21:48:49 +01:00
parent 7bc1db46b6
commit 04d6cf556c
3 changed files with 2 additions and 4 deletions

View file

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