Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 90d228e

Browse files
committed
Fix: Remove BLE.
1 parent 09a4909 commit 90d228e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

webpack.index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const module_map = {
2828
//
2929
// The keys must match the value of each component's ``data-component`` attribute -- the ``runestone_import`` and ``runestone_auto_import`` functions assume this.
3030
activecode: () => import("./runestone/activecode/js/acfactory.js"),
31-
ble: () => import("./runestone/cellbotics/js/ble.js"),
3231
// Always import the timed version of a component if available, since the timed components also define the component's factory and include the component as well. Note that ``acfactory`` imports the timed components of ActiveCode, so it follows this pattern.
3332
clickablearea: () => import("./runestone/clickableArea/js/timedclickable.js"),
3433
codelens: () => import("./runestone/codelens/js/codelens.js"),
@@ -43,7 +42,6 @@ const module_map = {
4342
selectquestion: () => import("./runestone/selectquestion/js/selectone.js"),
4443
shortanswer: () => import("./runestone/shortanswer/js/timed_shortanswer.js"),
4544
showeval: () => import("./runestone/showeval/js/showEval.js"),
46-
simple_sensor: () => import("./runestone/cellbotics/js/simple_sensor.js"),
4745
spreadsheet: () => import("./runestone/spreadsheet/js/spreadsheet.js"),
4846
tabbedStuff: () => import("./runestone/tabbedStuff/js/tabbedstuff.js"),
4947
timedAssessment: () => import("./runestone/timed/js/timed.js"),

0 commit comments

Comments
 (0)