Skip to content

Commit

Permalink
modify blockly language import
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisaCG committed Aug 19, 2024
1 parent c3b2bd2 commit 66460ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blockly/src/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { pythonGenerator } from 'blockly/python';
import { javascriptGenerator } from 'blockly/javascript';
import { luaGenerator } from 'blockly/lua';

import * as En from 'blockly/msg/en';
import En from 'blockly/msg/en';

import { IBlocklyRegistry } from './token';
import { TOOLBOX } from './utils';
Expand Down

0 comments on commit 66460ba

Please sign in to comment.