Skip to content

Commit

Permalink
chore: tidy import
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-fenichel committed May 16, 2024
1 parent b71bc21 commit f442ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/blockly-vue3/src/components/BlocklyComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import {onMounted, ref, shallowRef} from 'vue';
import * as Blockly from 'blockly/core';
import * as libraryBlocks from 'blockly/blocks';
import * as En from 'blockly/msg/en';
import 'blockly/blocks';
const props = defineProps(['options']);
const blocklyToolbox = ref();
Expand Down

0 comments on commit f442ae1

Please sign in to comment.