Skip to content

Commit

Permalink
chore: fix the advanced playground (#6354)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega authored Aug 17, 2022
1 parent ffe6d55 commit 8c9cabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/playgrounds/advanced_playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<script type="module">
// Wait for Blockly to finish loading.
import './bootstrap_done.mjs';
import '../bootstrap_done.mjs';

function start() {
setBackgroundColour();
Expand Down

0 comments on commit 8c9cabf

Please sign in to comment.