Skip to content

Commit e0791ee

Browse files
committed
[ADD] to import microbit (and change a comment)
1 parent b6a4ac9 commit e0791ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/lib/ruby-to-blocks-converter/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import SensingConverter from './sensing';
1717
import OperatorsConverter from './operators';
1818
import VariablesConverter from './variables';
1919
import MyBlocksConverter from './my-blocks';
20+
import MicroBitConverter from './microbit';
2021
import MusicConverter from './music';
2122
import EV3Converter from './ev3';
2223

src/lib/ruby-to-blocks-converter/microbit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import _ from 'lodash';
33

44
/**
5-
* Music converter
5+
* MicroBit converter
66
*/
77
const MicroBitConverter = {
88
};

0 commit comments

Comments
 (0)