Skip to content

Commit

Permalink
chore: rename the checkbox_icon.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko committed Oct 3, 2024
1 parent 1c0ef4c commit df4c71d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/blocks/vertical_extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import * as Blockly from "blockly/core";
import { ScratchProcedures } from "../procedures.js";
import * as Constants from "../constants.js";
import { FlyoutCheckboxIcon } from "../checkbox_icon.js";
import { FlyoutCheckboxIcon } from "../flyout_checkbox_icon.js";

const VerticalExtensions = {};
/**
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import "./scratch_dragger.js";
import "./scratch_variable_map.js";
import "./scratch_variable_model.js";
import "./scratch_connection_checker.js";
import "./checkbox_icon.js";
import "./flyout_checkbox_icon.js";
import "./events/events_block_comment_change.js";
import "./events/events_block_comment_collapse.js";
import "./events/events_block_comment_create.js";
Expand Down

0 comments on commit df4c71d

Please sign in to comment.