Motor reorder dialog fix: importing serial backend (#3235)

10.9-maintenance
Ivan Efimov 2023-01-12 23:06:18 -06:00 committed by GitHub
parent 1eaf329b11
commit d9e119f275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import MotorOutputReorderConfig from "./MotorOutputReorderingConfig";
import MotorOutputReorderCanvas from "./MotorOutputReorderingCanvas";
import { mspHelper } from "../../js/msp/MSPHelper";
import { reinitializeConnection } from "../../js/serial_backend";
export default class MotorOutputReorderComponent
{