Skip to content

Commit

Permalink
scratch-blocks-constants.js is in src/engine not src/extension-support 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
AshimeeAlt authored May 26, 2024
1 parent dbf81f8 commit 7d550e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension-support/block-shape.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Use the constants instead of manually redefining them again
const ScratchBlocksConstants = require('./scratch-blocks-constants');
const ScratchBlocksConstants = require('../engine/scratch-blocks-constants');

/**
* Types of block shapes
Expand Down

0 comments on commit 7d550e7

Please sign in to comment.