Spaces:
Running
Running
Update
Browse files
src/lib/elements/robot/drivers/USBConsumer.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
import type { Consumer, RobotCommand
|
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,
|
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 |
|