Skip to content

Commit 9c678ee

Browse files
committed
add file stubs
1 parent 0346112 commit 9c678ee

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

blocks/dll.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import * as Blockly from 'blockly';
2+
3+
export const dll = Blockly.common.createBlockDefinitionsFromJsonArray()

blocks/filesys.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import * as Blockly from 'blockly';
2+
3+
export const filesys = Blockly.common.createBlockDefinitionsFromJsonArray()

0 commit comments

Comments
 (0)