初始化提交
This commit is contained in:
9
boards/default_src/micropython_robot/export.js
Normal file
9
boards/default_src/micropython_robot/export.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import MicropythonRobotPins from './blocks/esp32_profile';
|
||||
import * as MicropythonRobotBlocks from './blocks/pins';
|
||||
import * as MicropythonRobotGenerators from './generators/pins';
|
||||
|
||||
export {
|
||||
MicropythonRobotPins,
|
||||
MicropythonRobotBlocks,
|
||||
MicropythonRobotGenerators
|
||||
};
|
||||
Reference in New Issue
Block a user