Skip to content

Commit 63375b1

Browse files
Update assembly-line.js
1 parent 9fa8ebc commit 63375b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/concept/recycling-robot/assembly-line.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// the @ts-check directive. It will give you helpful autocompletion when
55
// implementing this exercise.
66

7+
import {ElectronicDevice} from "./lib.js"
8+
79
/**
810
* Checks if input is a boolean.
911
*

0 commit comments

Comments
 (0)