We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964a31e commit 254df23Copy full SHA for 254df23
src/lib/ruby-to-blocks-converter/index.js
@@ -17,6 +17,7 @@ import SensingConverter from './sensing';
17
import OperatorsConverter from './operators';
18
import VariablesConverter from './variables';
19
import MyBlocksConverter from './my-blocks';
20
+import MicroBitConverter from './microbit';
21
import MusicConverter from './music';
22
import EV3Converter from './ev3';
23
import Wedo2Converter from './wedo2';
src/lib/ruby-to-blocks-converter/microbit.js
@@ -2,7 +2,7 @@
2
import _ from 'lodash';
3
4
/**
5
- * Music converter
+ * MicroBit converter
6
*/
7
const MicroBitConverter = {
8
};
0 commit comments