blanchon commited on
Commit
8eeb37a
·
1 Parent(s): d4d25f7
src/lib/elements/robot/drivers/USBConsumer.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { Consumer, RobotCommand, ConnectionStatus } from '../models.js';
2
  import { USBServoDriver } from './USBServoDriver.js';
3
  import { ROBOT_CONFIG } from '../config.js';
4
 
 
1
+ import type { Consumer, RobotCommand } from '../models.js';
2
  import { USBServoDriver } from './USBServoDriver.js';
3
  import { ROBOT_CONFIG } from '../config.js';
4
 
src/lib/elements/robot/drivers/USBProducer.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { Producer, ConnectionStatus, RobotCommand, USBDriverConfig } from '../models.js';
2
  import { ROBOT_CONFIG } from '../config.js';
3
  import { USBServoDriver } from './USBServoDriver.js';
4
 
 
1
+ import type { Producer, RobotCommand } from '../models.js';
2
  import { ROBOT_CONFIG } from '../config.js';
3
  import { USBServoDriver } from './USBServoDriver.js';
4