File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import * as libraryBlocks from 'blockly/blocks';
1010import { installAllBlocks as installColourBlocks } from '@blockly/field-colour' ;
1111import { KeyboardNavigation } from '../src/index' ;
1212// @ts -expect-error No types in js file
13- import { forBlock } from '../src /blocks/p5_generators' ;
13+ import { forBlock } from './blocks/p5_generators' ;
1414// @ts -expect-error No types in js file
15- import { blocks } from '../src /blocks/p5_blocks' ;
15+ import { blocks } from './blocks/p5_blocks' ;
1616// @ts -expect-error No types in js file
17- import { toolbox } from '../src /blocks/toolbox.js' ;
17+ import { toolbox } from './blocks/toolbox.js' ;
1818// @ts -expect-error No types in js file
1919import toolboxCategories from './toolboxCategories.js' ;
2020
Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: Apache-2.0
55 */
66
7- import { p5CategoryContents } from '../src /blocks/toolbox.js' ;
7+ import { p5CategoryContents } from './blocks/toolbox.js' ;
88
99export default {
1010 kind : 'categoryToolbox' ,
You can’t perform that action at this time.
0 commit comments